diff --git a/README.rst b/README.rst index a81f365..b1a4d6e 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Usage Generate a Python package project:: - cookiecutter https://git.openstack.org/openstack-dev/oslo-cookiecutter.git + cookiecutter https://opendev.org/openstack/oslo-cookiecutter Oslo libraries require a working git repo for pbr to work, so you need to init a repo and commit to it before doing anything else:: @@ -38,4 +38,4 @@ Then: .. _testrepository: https://testrepository.readthedocs.org/ .. _Tox: http://testrun.org/tox/ .. _Sphinx: http://sphinx-doc.org/ -.. _hacking: https://git.openstack.org/cgit/openstack-dev/hacking/plain/HACKING.rst +.. _hacking: https://opendev.org/openstack/hacking diff --git a/oslo.{{cookiecutter.module_name}}/README.rst b/oslo.{{cookiecutter.module_name}}/README.rst index fef0002..8ad4b58 100644 --- a/oslo.{{cookiecutter.module_name}}/README.rst +++ b/oslo.{{cookiecutter.module_name}}/README.rst @@ -10,5 +10,5 @@ Note that this is a hard requirement. * Free software: Apache license * Documentation: https://docs.openstack.org/oslo.{{ cookiecutter.module_name }}/latest/ -* Source: https://git.openstack.org/cgit/openstack/oslo.{{ cookiecutter.module_name }} +* Source: https://opendev.org/openstack/oslo.{{ cookiecutter.module_name }} * Bugs: https://bugs.launchpad.net/oslo.{{ cookiecutter.module_name }}