From 91ff3f857ad7294cea601250ac0d5970ba533743 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 5 Mar 2023 20:46:31 -0300 Subject: [PATCH] fix anchor links --- lib/buildGlossary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buildGlossary.js b/lib/buildGlossary.js index 7101f83..9724b76 100644 --- a/lib/buildGlossary.js +++ b/lib/buildGlossary.js @@ -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('') ) } }))