From 7e6ada6470991e75d86567d0da7babab07ff153f Mon Sep 17 00:00:00 2001 From: Conor Okus Date: Wed, 27 Nov 2024 23:26:02 -0500 Subject: [PATCH] Remove .html from link in new tab --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 1f2f313d..e325d660 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -281,7 +281,7 @@ module.exports = { }, { text: "Code of Conduct", - link: "/code-of-conduct", + link: "/code-of-conduct/", }, ], },