From edbed043f303acdc2365a147316b81945ecf8b43 Mon Sep 17 00:00:00 2001 From: tomjohnson1492 Date: Mon, 18 Jul 2016 11:27:37 -0700 Subject: [PATCH] fixing broken link --- _layouts/default.html | 2 +- index.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 3078f6f..90c1c4e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -72,7 +72,7 @@ - + {% if site.google_analytics %} {% include google_analytics.html %} diff --git a/index.md b/index.md index dbe25a8..71d89c1 100644 --- a/index.md +++ b/index.md @@ -124,23 +124,23 @@ entries: folderitems: - title: Get started - url: /index + url: /index.html output: web, pdf - title: Introduction - url: /mydoc_introduction + url: /mydoc_introduction.html output: web, pdf - title: Supported features - url: /mydoc_supported_features + url: /mydoc_supported_features.html output: web, pdf - title: About the theme author - url: /mydoc_about + url: /mydoc_about.html output: web, pdf - title: Support - url: /mydoc_support + url: /mydoc_support.html output: web, pdf - title: Release Notes @@ -148,11 +148,11 @@ entries: folderitems: - title: 6.0 Release notes - url: /mydoc_release_notes_60 + url: /mydoc_release_notes_60.html output: web, pdf - title: 5.0 Release notes - url: /mydoc_release_notes_50 + url: /mydoc_release_notes_50.html output: web, pdf ```