From d818d0b54661dc5eb5d182bd6694e5cef340159e Mon Sep 17 00:00:00 2001 From: Mary Jinglewski Date: Wed, 4 Mar 2020 13:06:22 -0500 Subject: [PATCH] Remove .html to fix install link Signed-off-by: Mary Jinglewski --- www/data/docs_sidebar.yml | 2 +- www/source/index.html.slim | 2 +- www/source/layouts/_nav.slim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/data/docs_sidebar.yml b/www/data/docs_sidebar.yml index c652f0bcb..b1abd6c29 100644 --- a/www/data/docs_sidebar.yml +++ b/www/data/docs_sidebar.yml @@ -5,7 +5,7 @@ sidebar_links: - title: Overview link: "/docs" - title: Install and Uninstall - link: "/docs/reference/install.html" + link: "/docs/reference/install" - title: Chef InSpec for the cloud link: "/docs/reference/platforms.html" - title: Tutorials diff --git a/www/source/index.html.slim b/www/source/index.html.slim index 76bcbd275..120c94271 100644 --- a/www/source/index.html.slim +++ b/www/source/index.html.slim @@ -14,7 +14,7 @@ header.bg-gradient.margin-top-offset.short-bg.relative h3.t-white Turn your compliance, security, and other policy requirements into automated tests. /! buttons .row.align.columns.margin-top-sm.mobile-row-btn - a.button.btn-lg.btn-purple.shadow-dark.margin-right-xs.mobile-row-btn href="/docs/reference/install.html" + a.button.btn-lg.btn-purple.shadow-dark.margin-right-xs.mobile-row-btn href="/docs/reference/install" i.fa.fa-cloud-download span download inspec 4 a.button.btn-lg.btn-white-o.shadow-dark.mobile-row-btn href="/tutorials" browse tutorials diff --git a/www/source/layouts/_nav.slim b/www/source/layouts/_nav.slim index aa32ad612..d8ca5c020 100644 --- a/www/source/layouts/_nav.slim +++ b/www/source/layouts/_nav.slim @@ -22,6 +22,6 @@ nav#main-nav.shadow i.fa.fa-github span.main-nav--link-text Github li.nav-cta - a.button.btn-sm.btn-purple href="/docs/reference/install.html" + a.button.btn-sm.btn-purple href="/docs/reference/install" i.fa.fa-cloud-download | Download