mirror of
https://github.com/docker/compose.git
synced 2025-07-25 14:44:29 +02:00
Update URL in readme and setup.py
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
f189e299fd
commit
59c976510c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Development environment
|
## 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
|
but you're new to the project or maybe even to Python, here are the steps
|
||||||
that should get you started.
|
that should get you started.
|
||||||
|
|
||||||
|
@ -46,4 +46,4 @@ Fig is a project from [Orchard](https://orchardup.com), a Docker hosting service
|
|||||||
Installation and documentation
|
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/).
|
||||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ setup(
|
|||||||
name='fig',
|
name='fig',
|
||||||
version=find_version("fig", "__init__.py"),
|
version=find_version("fig", "__init__.py"),
|
||||||
description='Punctual, lightweight development environments using Docker',
|
description='Punctual, lightweight development environments using Docker',
|
||||||
url='http://orchardup.github.io/fig/',
|
url='http://www.fig.sh/',
|
||||||
author='Orchard Laboratories Ltd.',
|
author='Orchard Laboratories Ltd.',
|
||||||
author_email='hello@orchardup.com',
|
author_email='hello@orchardup.com',
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user