From 21f6fa7172229d9a0531c19789c1ff3bfa346b50 Mon Sep 17 00:00:00 2001
From: venkatamahesh <venkatamaheshkotha@gmail.com>
Date: Mon, 19 Oct 2015 23:34:53 +0530
Subject: [PATCH] Change repositories from stackforge to openstack

Change-Id: Id1cecf2e55128494684c7f7bd23600b52fd5b6cb
---
 doc/markdown/dev_guide.md | 6 +++---
 swiftonfile.spec          | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

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://<your-gerrit-username>@review.openstack.org:29418/stackforge/swiftonfile
+git clone ssh://<your-gerrit-username>@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://<your-gerrit-username>@review.openstack.org:29418/stackforge/swiftonfile
+git remote add gerrit ssh://<your-gerrit-username>@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