Fixed an error with the next and prev navigation. (#167)

The configuration on the sidebar for the section "Nix Store & Binary
Cache" on page "Add Binary Cache Servers" missed a '/' in the link
to reference the root of the document.
That error resulted only in the button "Next page" that referenced the
"Preface" page.
This commit is contained in:
EmanuelM153 2024-06-30 09:54:49 -05:00 committed by GitHub
parent 8ca5f58923
commit 0d25f711bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,7 +235,7 @@ function themeConfigEnglish() {
{ text: "Introduction", link: "/nix-store/intro.md" }, { text: "Introduction", link: "/nix-store/intro.md" },
{ {
text: "Add Binary Cache Servers", text: "Add Binary Cache Servers",
link: "nix-store/add-binary-cache-servers.md", link: "/nix-store/add-binary-cache-servers.md",
}, },
{ {
text: "Host Your Own Binary Cache Server", text: "Host Your Own Binary Cache Server",