mirror of https://github.com/docker/compose.git
Update django.md: Fix link to fig.yml reference
This commit is contained in:
parent
1a1a61a672
commit
b0ec54b6f7
|
@ -38,7 +38,7 @@ Simple enough. Finally, this is all tied together with a file called `fig.yml`.
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
See the [`fig.yml` reference]() for more information on how it works.
|
See the [`fig.yml` reference](http://orchardup.github.io/fig/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