From cf65d2cd8ed256d962f9c145ca53416c58d916b7 Mon Sep 17 00:00:00 2001 From: Lukasz Brodowski Date: Sun, 12 Mar 2017 14:55:47 -0700 Subject: [PATCH] Corrected permalink Fixed the permalink to navigation page since it was moved to under tutorials. --- docs/_docs/datafiles.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/datafiles.md b/docs/_docs/datafiles.md index c0e10997..671a3206 100644 --- a/docs/_docs/datafiles.md +++ b/docs/_docs/datafiles.md @@ -152,3 +152,5 @@ author: dave {% endraw %} ``` + +For information on how to build robust navigation for your site (especially if you have a documentation website or another type of Jekyll site with a lot of pages to organize), see [Navigation](/tutorials/navigation).