From 5581e33a34ce852594ba03c3c7f0c067062d1358 Mon Sep 17 00:00:00 2001 From: Ciaran Downey Date: Tue, 22 Apr 2014 21:40:56 -0700 Subject: [PATCH] Update broken localhost link --- docs/content/tutorials/migrate-from-jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorials/migrate-from-jekyll.md b/docs/content/tutorials/migrate-from-jekyll.md index a21ca8f49..7160597f8 100644 --- a/docs/content/tutorials/migrate-from-jekyll.md +++ b/docs/content/tutorials/migrate-from-jekyll.md @@ -47,7 +47,7 @@ git submodule add -b gh-pages git@github.com:your-username/your-repo.git public {{% /highlight %}} ## Convert Jekyll templates to Hugo templates -That's the bulk of the work right here. The documentation is your friend. You should refer to [Jekyll's template documentation](http://jekyllrb.com/docs/templates/) if you need to refresh your memory on how you built your blog and [Hugo's template](http://localhost:1313/layout/templates/) to learn Hugo's way. +That's the bulk of the work right here. The documentation is your friend. You should refer to [Jekyll's template documentation](http://jekyllrb.com/docs/templates/) if you need to refresh your memory on how you built your blog and [Hugo's template](/layout/templates/) to learn Hugo's way. As a single reference data point, converting my templates for [heyitsalex.net](http://heyitsalex.net) took me no more than a few hours.