From fb4e52676eaca8ed587d99822d2caa00d5c98ca7 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 17 Jun 2022 05:58:37 +1000 Subject: [PATCH] chore(web): add 'index.html' to parent links in test pages We need a '../index.html' link rather than '../' on the three second-level KeymanWeb test pages, in order to get to the index page for artifacts when the test pages are hosted on build.palaso.org -- otherwise TeamCity returns a 404. (This is probably also good for file-system-based navigation.) We don't need the same reference on other directories, just for the top-level index.html. Identified at https://github.com/keymanapp/keyman/pull/6557#issuecomment-1157526326 --- web/samples/index.html | 16 ++++++++-------- web/testing/index.html | 2 +- web/tools/index.html | 16 ++++++++-------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/web/samples/index.html b/web/samples/index.html index 747a0da2fe..d272a2c43a 100644 --- a/web/samples/index.html +++ b/web/samples/index.html @@ -2,17 +2,17 @@ - - + + - + - + - - + + KeymanWeb Samples -