Use git.openstack.org instead of github.com

Replace github.com names with git.openstack.org since git.openstack.org
is the master.

Changes relevant occurrences in the following documents:

* admin-guide-cloud
* common
* install-guide
* user-guide

Change-Id: Ic3da4d2b07b00cee492597d00dfac5f38b1a22ab
This commit is contained in:
Christian Berendt
2015-02-27 10:37:47 +01:00
parent ca9eab16ec
commit c4c2f82d1f
6 changed files with 10 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
<itemizedlist>
<listitem>
<para>To create a stack, or template, from an <link
xlink:href="https://github.com/openstack/heat-templates"
xlink:href="http://git.openstack.org/cgit/openstack/heat-templates"
>example template file</link>, run the following
command:</para>
<screen><prompt>$</prompt> <userinput>heat stack-create mystack --template-file /<replaceable>PATH_TO_HEAT_TEMPLATES</replaceable>/WordPress_Single_Instance.template</userinput>