Use git.openstack.org everywhere

Our official git master is at git.openstack.org, update places
that use github instead.

Change-Id: Iee3c07d6da1374595a4678c236fcd80ba9e1d472
This commit is contained in:
Andreas Jaeger 2015-12-29 19:51:06 +01:00
parent db93e0131c
commit bd7695a671
2 changed files with 4 additions and 4 deletions

View File

@ -115,11 +115,11 @@ This should ease the testing.
These templates could be provided as part of the `heat-templates repository`_.
.. _`heat-templates repository`: https://github.com/openstack/heat-templates
.. _`heat-templates repository`: https://git.openstack.org/cgit/openstack/heat-templates
References
==========
* https://github.com/openstack/heat/tree/master/doc/source/template_guide
* https://github.com/openstack/heat-templates
* https://git.openstack.org/cgit/openstack/heat/tree/doc/source/template_guide
* https://git.openstack.org/cgit/openstack/heat-templates
* http://docs.openstack.org/developer/heat/template_guide/openstack.html

View File

@ -75,7 +75,7 @@ Work Items
- Replace deprecated eventlet (default web server) with Apache using
`configuration`_ in upstream keystone repository.
.. _`configuration`: https://github.com/openstack/keystone/tree/master/httpd
.. _`configuration`: https://git.openstack.org/cgit/openstack/keystone/tree/httpd
- Replace SQL token storage driver with Memcached to improve
performance.