mirror of https://github.com/docker/docs.git
Remove absolute link from docs
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
a4df76dd3f
commit
d08720247a
|
@ -39,7 +39,7 @@ Simple enough. Finally, this is all tied together with a file called `fig.yml`.
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
See the [`fig.yml` reference](http://orchardup.github.io/fig/yml.html) for more information on how it works.
|
See the [`fig.yml` reference](yml.html) for more information on how it works.
|
||||||
|
|
||||||
We can now start a Django project using `fig run`:
|
We can now start a Django project using `fig run`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue