Chaning github repository to our gerrit repository

Change-Id: I51ff03d516eecf00a659bade8e15802debfffc5e
diff --git a/MIGRATING.md b/MIGRATING.md
index aa383c9..b8c0057 100644
--- a/MIGRATING.md
+++ b/MIGRATING.md
@@ -2,7 +2,7 @@
 
 ## Floating IPs
 
-* `github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingip` is now `github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips`
+* `gerrit.mcp.mirantis.net/debian/gophercloud.git/openstack/compute/v2/extensions/floatingip` is now `gerrit.mcp.mirantis.net/debian/gophercloud.git/openstack/compute/v2/extensions/floatingips`
 * `floatingips.Associate` and `floatingips.Disassociate` have been removed.
 * `floatingips.DisassociateOpts` is now required to disassociate a Floating IP.