From d08720247acd813e3d3e9ac6e4de2042933fd35c Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 21 Jul 2014 16:19:55 -0700 Subject: [PATCH] Remove absolute link from docs Signed-off-by: Ben Firshman --- docs/django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/django.md b/docs/django.md index a7ef33cf1..3219312c0 100644 --- a/docs/django.md +++ b/docs/django.md @@ -39,7 +39,7 @@ Simple enough. Finally, this is all tied together with a file called `fig.yml`. links: - 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`: