fix anchor links

This commit is contained in:
Marcus 2023-03-05 20:46:31 -03:00
parent a8e01b89c8
commit 91ff3f857a

View File

@ -28,7 +28,7 @@ function buildGlossary(dir) {
url: "https://developers.urbit.org" + path.join(
dir.substr(dir.indexOf("content") + 7),
"/",
page.name.replace(/.md$/, "")
[page.name.replace(/.md$/, ""), e.slug].join('')
)
}
}))