Explorar el Código

Update URL in readme and setup.py

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman hace 11 años
padre
commit
59c976510c
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      README.md
  3. 1 1
      setup.py

+ 1 - 1
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.
 

+ 1 - 1
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/).

+ 1 - 1
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='[email protected]',
     license='Apache License 2.0',