From 59c976510ce1929c4ee5799c58bfe8d4d911febc Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 21 Jul 2014 16:21:26 -0700 Subject: [PATCH] Update URL in readme and setup.py Signed-off-by: Ben Firshman --- CONTRIBUTING.md | 2 +- README.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e47481c5..ecb231f92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Development environment -If you're looking contribute to [Fig](http://orchardup.github.io/fig/) +If you're looking contribute to [Fig](http://www.fig.sh/) but you're new to the project or maybe even to Python, here are the steps that should get you started. diff --git a/README.md b/README.md index 9e7e4fc40..924232185 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ Fig is a project from [Orchard](https://orchardup.com), a Docker hosting service Installation and documentation ------------------------------ -Full documentation is available on [Fig's website](http://orchardup.github.io/fig/). +Full documentation is available on [Fig's website](http://www.fig.sh/). diff --git a/setup.py b/setup.py index 1f196baf6..02f4d8265 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='fig', version=find_version("fig", "__init__.py"), description='Punctual, lightweight development environments using Docker', - url='http://orchardup.github.io/fig/', + url='http://www.fig.sh/', author='Orchard Laboratories Ltd.', author_email='hello@orchardup.com', license='Apache License 2.0',