From 6e5fa2e05d3ea491b916a01b0cc985fc8dc49c6f Mon Sep 17 00:00:00 2001 From: Fred Condo Date: Thu, 24 May 2012 16:47:24 -0700 Subject: [PATCH] BUGFIX: make links relative so they resolve correctly Links had been relative to the document root and threw error 404. In addition, that hard-coded the dev/docs path into the documentation. --- docs/en/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/index.md b/docs/en/index.md index 19146b5..572cf89 100755 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -36,12 +36,12 @@ location then you can register paths directly: To configure the documentation system the configuration information is -available on the [Configurations](dev/docs/en/docsviewer/configuration-options) +available on the [Configurations](configuration-options) page. ## Writing documentation -See [Writing Documentation](dev/docs/en/sapphiredocs/writing-documentation) +See [Writing Documentation](writing-documentation) for more information on how to write markdown files which are available here.