diff --git a/__tests__/__snapshots__/index.test.js.snap b/__tests__/__snapshots__/index.test.js.snap
index 220432651..571171735 100644
--- a/__tests__/__snapshots__/index.test.js.snap
+++ b/__tests__/__snapshots__/index.test.js.snap
@@ -10,7 +10,7 @@ exports[`anchors 1`] = `
"
link
xss
doc
-ref
+ref
blog
changelog
page
"
@@ -24,7 +24,7 @@ exports[`anchors with baseUrl 1`] = `
<a href=\\"page:slug\\">page</a></p>"
`;
-exports[`anchors with baseUrl and special characters in url hash 1`] = `"ref
"`;
+exports[`anchors with baseUrl and special characters in url hash 1`] = `"ref
"`;
exports[`check list items 1`] = `
"
diff --git a/components/Anchor.jsx b/components/Anchor.jsx
index 28270f8ed..f0f134a41 100644
--- a/components/Anchor.jsx
+++ b/components/Anchor.jsx
@@ -18,7 +18,7 @@ function getHref(href, baseUrl) {
const ref = path.match(/^ref:([-_a-zA-Z0-9#]*)$/);
if (ref) {
- return `${base}/reference-link/${ref[1]}${hashStr}`;
+ return `${base}/reference/${ref[1]}${hashStr}`;
}
// we need to perform two matches for changelogs in case