diff --git a/README.rst b/README.rst index 217d8bc..01f63ee 100644 --- a/README.rst +++ b/README.rst @@ -29,5 +29,5 @@ The full terms and conditions of this license are detailed in the LICENSE file. * Free software: Apache license * Documentation: https://docs.openstack.org/octavia-lib/latest -* Source: https://git.openstack.org/cgit/openstack/octavia-lib +* Source: https://opendev.org/openstack/octavia-lib * Bugs: https://storyboard.openstack.org/#!/project/openstack/octavia-lib diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 036e449..38cef81 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -1,6 +1,6 @@ -=========================== - Contributor Documentation -=========================== +========================= +Contributor Documentation +========================= .. toctree:: :maxdepth: 2 diff --git a/doc/source/library/index.rst b/doc/source/library/index.rst index ab54a3b..a4bd318 100644 --- a/doc/source/library/index.rst +++ b/doc/source/library/index.rst @@ -1,6 +1,6 @@ -======== +===== Usage -======== +===== To use octavia-lib in a project:: diff --git a/tox.ini b/tox.ini index 359a134..df6c585 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true} OS_TEST_TIMEOUT=60 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run {posargs}