1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

docs: internal documentation touchup

Make two comments more accurate for the next reader.
This commit is contained in:
Ryan Hendrickson 2024-06-25 18:44:56 -04:00
parent fda4c78921
commit fba81cf74b
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// redirect rules for URL fragments (client-side) to prevent link rot.
// this must be done on the client side, as web servers do not see the fragment part of the URL.
// it will only work with JavaScript enabled in the browser, but this is the best we can do here.
// see ./_redirects for path redirects (client-side)
// see src/_redirects for path redirects (server-side)
// redirects are declared as follows:
// each entry has as its key a path matching the requested URL path, relative to the mdBook document root.