diff --git a/README.rst b/README.rst
index 4f865ea49a03b1132391b4e7aaedc086b46bfd7c..f707484892a86e19d3f2dfe42386b05e79012061 100644
--- a/README.rst
+++ b/README.rst
@@ -49,4 +49,4 @@ Author
 Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
 <https://www.shore.co.il/>`_. Patches are welcome via `git send-email
 <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
-at: https://www.shore.co.il/git/.
+at: https://git.shore.co.il/explore/.
diff --git a/setup.py b/setup.py
index 7b68b823e25126a6d236f43152c5a2d4f3b56f93..6fb836c89496e7106b3b8aef235a79c27cfdeb75 100644
--- a/setup.py
+++ b/setup.py
@@ -5,10 +5,10 @@ from setuptools import setup, find_packages
 setup(
     name="check_s3_bucket",
     version="0.2.4",
-    description="""Check that a file was added to an S3 bucket in the given time
-    window and is of a reasonable size.""",
+    description="""Check that a file was added to an S3 bucket in the given
+    time window and is of a reasonable size.""",
     long_description=open("README.rst", "r").read(),
-    url="https://www.shore.co.il/git/check_s3_bucket",
+    url="https://git.shore.co.il/nimrod/check_s3_bucket",
     author="Nimrod Adar",
     author_email="nimrod@shore.co.il",
     license="MIT",