Remove git.openstack.org references

This is particularly important for new projects as they may not have
the necessary redirects in place.

Change-Id: If60a49f6e760a573d8f65e973b1e596c3123f901
This commit is contained in:
Ben Nemec 2019-05-30 19:15:46 +00:00
parent ad2ad7e9ea
commit c1ea4b8c38
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 }}