Skip to content

Commit

Permalink
docs: Remove conflicting /start/ redirect
Browse files Browse the repository at this point in the history
Follows-up 3332800, 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 jekyll/jekyll-redirect-from#266
  • Loading branch information
Krinkle committed Mar 3, 2024
1 parent 3332800 commit 01c425b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/QUnit/load.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---
Expand Down

0 comments on commit 01c425b

Please sign in to comment.