diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-08-01 21:32:11 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-08-04 20:41:19 -0700 |
commit | 700762d8b24350bbe537258167244ec9c84fcae3 (patch) | |
tree | dcb865b7db415c65e93439f8f306b6288a389ea9 /doc | |
parent | 0f998056fabe314fb4bde296c0970805e086307e (diff) |
manual: fix a syntax error in redirects.js that made it not do anything
lol lmao
Let's put in a syntax checker in CI so we do not have to deal with this
nonsense ever again.
Change-Id: I0fe875e0cfc59ab1783087762e5bb07e09ded105
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/redirects.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/redirects.js b/doc/manual/redirects.js index f270d31a4..7a61de643 100644 --- a/doc/manual/redirects.js +++ b/doc/manual/redirects.js @@ -345,7 +345,7 @@ const redirects = { "linux": "uninstall.html#linux", "macos": "uninstall.html#macos", "uninstalling": "uninstall.html", - } + }, "contributing/hacking.html": { "nix-with-flakes": "#building-nix-with-flakes", "classic-nix": "#building-nix", |