diff --git a/doc/markdown/dev_guide.md b/doc/markdown/dev_guide.md index 1afd2b1..2000ad3 100644 --- a/doc/markdown/dev_guide.md +++ b/doc/markdown/dev_guide.md @@ -39,14 +39,14 @@ git config --global user.email "your_email@youremail.com" ### Clone the source You can clone the swiftonfile repo from Gerrit: ~~~ -git clone ssh://@review.openstack.org:29418/stackforge/swiftonfile +git clone ssh://@review.openstack.org:29418/openstack/swiftonfile ~~~ Alternatively, if you just want to clone the source for trying things out, without setting up lp or Gerrit account or SSH keys, you can clone from the github mirror. ~~~ -git clone git://github.com/stackforge/swiftonfile +git clone https://github.com/openstack/swiftonfile ~~~ ### Git Review @@ -79,7 +79,7 @@ If there is no output, then everything is setup correctly. If the output contains the string *We don't know where your gerrit is*, then you need to manually setup a remote repo with the name `gerrit`. ~~~ -git remote add gerrit ssh://@review.openstack.org:29418/stackforge/swiftonfile +git remote add gerrit ssh://@review.openstack.org:29418/openstack/swiftonfile git remote -v ~~~ diff --git a/swiftonfile.spec b/swiftonfile.spec index 8934cc7..7e02b32 100644 --- a/swiftonfile.spec +++ b/swiftonfile.spec @@ -9,7 +9,7 @@ Name : %{_name} Version : %{_version} Release : %{_release}%{?dist} Group : Applications/System -URL : https://github.com/stackforge/swiftonfile +URL : https://github.com/openstack/swiftonfile Source0 : %{_name}-%{_version}-%{_release}.tar.gz License : ASL 2.0 BuildArch: noarch