Update broken localhost link
authorCiaran Downey <me@ciarand.me>
Wed, 23 Apr 2014 04:40:56 +0000 (21:40 -0700)
committerspf13 <steve.francia@gmail.com>
Sun, 27 Apr 2014 05:08:39 +0000 (23:08 -0600)
docs/content/tutorials/migrate-from-jekyll.md

index a21ca8f49a8b21faf8bfcda7e515d34a3d9fcf59..7160597f8963e098b6ad9d55c808e355d18eafa7 100644 (file)
@@ -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.