From 353e71fa8ac8a326b693cb6ed95fe2c21d543e01 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Mon, 27 Jul 2026 02:00:57 +0000 Subject: [PATCH] fix: correct edit links for GitHub --- smooth-doc/gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smooth-doc/gatsby-node.js b/smooth-doc/gatsby-node.js index c90efd9..0e27118 100644 --- a/smooth-doc/gatsby-node.js +++ b/smooth-doc/gatsby-node.js @@ -140,7 +140,7 @@ function onCreateMdxNode({ node, getNode, actions }, options) { baseDirectory, '', ) - return `${repositoryURL}edit/${githubDefaultBranch}${relativePath}` + return `${repositoryURL}/edit/${githubDefaultBranch}${relativePath}` } createNodeField({