diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7460a72d4..a27b665d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ 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. Fork [https://github.com/orchardup/fig](https://github.com/orchardup/fig) to your username. kvz in this example. +1. Fork [https://github.com/docker/fig](https://github.com/docker/fig) to your username. kvz in this example. 1. Clone your forked repository locally `git clone git@github.com:kvz/fig.git`. 1. Enter the local directory `cd fig`. 1. Set up a development environment `python setup.py develop`. That will install the dependencies and set up a symlink from your `fig` executable to the checkout of the repo. So from any of your fig projects, `fig` now refers to your development project. Time to start hacking : ) diff --git a/README.md b/README.md index 924232185..dc43f65b1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Fig === -[](https://travis-ci.org/orchardup/fig) +[](https://travis-ci.org/docker/fig) [](http://badge.fury.io/py/fig) Fast, isolated development environments using Docker. @@ -41,8 +41,6 @@ There are commands to: - tail running services' log output - run a one-off command on a service -Fig is a project from [Orchard](https://orchardup.com), a Docker hosting service. [Follow us on Twitter](https://twitter.com/orchardup) to keep up to date with Fig and other Docker news. - Installation and documentation ------------------------------ diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index e2cb4ad25..31c75d52e 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -44,14 +44,14 @@
Fig is a project from Docker.