From b0ec54b6f790959d91f1aecd805b025115e8ac86 Mon Sep 17 00:00:00 2001 From: Aaditya Talwai Date: Wed, 12 Mar 2014 15:45:32 -0700 Subject: [PATCH] Update django.md: Fix link to fig.yml reference --- docs/django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/django.md b/docs/django.md index c85eb50701..1c961b6c53 100644 --- a/docs/django.md +++ b/docs/django.md @@ -38,7 +38,7 @@ Simple enough. Finally, this is all tied together with a file called `fig.yml`. links: - 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`: