From 9a06a6a01ce0e6010d9ce7a02019a82ea5b6cbb5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 29 Dec 2015 19:44:57 +0100 Subject: [PATCH] Use git.openstack.org everywhere Our official git master is at git.openstack.org, update places that use github instead. Also fixes link to DefCore document, the document has moved. Change-Id: Iac65643aa2566df2a24732f7b1c6d6093d8092f2 --- doc/upstream-training/upstream-details.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/upstream-training/upstream-details.rst b/doc/upstream-training/upstream-details.rst index a65b7b38..183b9fa6 100644 --- a/doc/upstream-training/upstream-details.rst +++ b/doc/upstream-training/upstream-details.rst @@ -126,8 +126,8 @@ How OpenStack is made (3h including 1h30 exercises) * `OpenStack Project Teams `__ * `List of approved tags `_ - * `Understanding the DefCore Guidelines `_ - * `Core Definition `_ + * `Understanding the DefCore Guidelines `_ + * `Core Definition `_ * `Stackforge `_ * `How to add a project to Stackforge `_ * Exercise: What kind of Program do you contribute to ? @@ -166,7 +166,7 @@ Workflow of an OpenStack contribution and tools (3h including 2h exercises) (`slides <11-devstack.html>`__) * Ubuntu or Fedora - * ``git clone https://github.com/openstack-dev/devstack.git`` + * ``git clone https://git.openstack.org/openstack-dev/devstack`` * `minimal configuration `_ * ``cd devstack; ./stack.sh`` * Exercise: get the code for the targeted contribution