From 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 4 Oct 2016 02:55:59 +1000 Subject: Fix broken/redirected links, moving to HTTPS where possible. (#20557) --- docs/_includes/nav-docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/nav-docs.html') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index b4f4d1f9e..f9a7554f0 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -33,7 +33,7 @@ {% endif %}
  • - + {{ doc.title }} -- cgit v1.2.3 From b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 8 Nov 2016 23:36:04 +1100 Subject: Fix broken and redirected links. --- docs/_includes/nav-docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/nav-docs.html') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index f9a7554f0..005f96435 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -17,7 +17,7 @@ {% if slug == "examples" %} {% else %} - + {% endif %} {{ group.title }} -- cgit v1.2.3 From a3567a119df3434d879f766e18ba452b01871d37 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Mon, 5 Dec 2016 11:44:37 +1100 Subject: Documentation navigation fixes. (#21288) * Make /utilities/ redirect to /utilities/borders/. * Rewrite sidebar active link logic to ensure superstrings are not selected. --- docs/_includes/nav-docs.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'docs/_includes/nav-docs.html') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 005f96435..2b44c8acc 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -4,36 +4,33 @@