Fixed an error with the next and prev navigation.

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:
emanuel 2024-06-28 15:34:05 -05:00
parent 8ca5f58923
commit 4c46f6f407

View File

@ -235,7 +235,7 @@ function themeConfigEnglish() {
{ text: "Introduction", link: "/nix-store/intro.md" },
{
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",