Chaning github repository to our gerrit repository

Change-Id: I51ff03d516eecf00a659bade8e15802debfffc5e
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index e9d5560..a274539 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -73,7 +73,7 @@
 import (
   "testing"
 
-  "github.com/gophercloud/gophercloud/testhelper"
+  "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper"
 )
 
 func TestSomething(t *testing.T) {
@@ -99,9 +99,9 @@
 import (
 	"testing"
 
-	th "github.com/gophercloud/gophercloud/testhelper"
-	fake "github.com/gophercloud/gophercloud/testhelper/client"
-  "github.com/gophercloud/gophercloud/openstack/networking/v2/networks"
+	th "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper"
+	fake "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper/client"
+  "gerrit.mcp.mirantis.net/debian/gophercloud.git/openstack/networking/v2/networks"
 )
 
 func TestGet(t *testing.T) {
@@ -204,7 +204,7 @@
 
 If you want to start fixing open bugs, we'd really appreciate that! Bug fixing
 is central to any project. The best way to get started is by heading to our
-[bug tracker](https://github.com/gophercloud/gophercloud/issues) and finding open
+[bug tracker](https://gerrit.mcp.mirantis.net/debian/gophercloud.git/issues) and finding open
 bugs that you think nobody is working on. It might be useful to comment on the
 thread to see the current state of the issue and if anybody has made any
 breakthroughs on it so far.
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
index 1451b81..adbb65e 100644
--- a/.github/ISSUE_TEMPLATE
+++ b/.github/ISSUE_TEMPLATE
@@ -1 +1 @@
-Before starting a PR, please read the [style guide](https://github.com/gophercloud/gophercloud/blob/master/STYLEGUIDE.md).
+Before starting a PR, please read the [style guide](https://gerrit.mcp.mirantis.net/debian/gophercloud.git/blob/master/STYLEGUIDE.md).