From 01c425b096ec54eb747d9259f8a01950e875a458 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 3 Mar 2024 00:42:53 +0000 Subject: [PATCH] docs: Remove conflicting `/start/` redirect Follows-up 33328004167be, in which I mistakenly copied the `redirect_from: /start/` in /QUnit/load.md from /QUnit/start.md when I copied something else. Fortunately, Jekyll parsed the files in the order such that the original one "won" so no traffic was actually diverted. Unfortunately, there is no build time error or warning about such conflicts. Ref https://github.com/jekyll/jekyll-redirect-from/issues/266 --- docs/QUnit/load.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/QUnit/load.md b/docs/QUnit/load.md index 7f8384752..77e920094 100644 --- a/docs/QUnit/load.md +++ b/docs/QUnit/load.md @@ -4,8 +4,6 @@ title: QUnit.load() excerpt: Inform the test runner that code has finished loading. groups: - deprecated -redirect_from: - - "/start/" version_added: "1.0.0" version_deprecated: "unreleased" ---