diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d55e885..aaad78b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,7 +14,7 @@ Bugs should be filed on Storyboard: https://storyboard.openstack.org/#!/project/openstack/venus For more specific information about contributing to this repository, see the -Cyborg contributor guide: +Venus contributor guide: https://docs.openstack.org/venus/latest/contributor/contributing.html diff --git a/tox.ini b/tox.ini index 3af3dae..265efee 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ commands = doc8 --ignore D001 doc/source/ CONTRIBUTING.rst HACKING.rst README.rst [doc8] -ignore-path = .venv,.git,.tox,*cyborg/locale*,*lib/python*,*cyborg.egg*,api-ref/build,doc/build,doc/source/contributor/api +ignore-path = .venv,.git,.tox,*venus/locale*,*lib/python*,*venus.egg*,api-ref/build,doc/build,doc/source/contributor/api [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt