We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66edf65 commit 8bccc9eCopy full SHA for 8bccc9e
docs/src/gatsby-theme-apollo-docs/components/page-content.js
@@ -179,7 +179,9 @@ export default function PageContent(props) {
179
);
180
});
181
182
- const githubUrl = props.githubUrl.replace("master", "master/docs")
+ const githubUrl = props.githubUrl.replace("tree/", "blob/")
183
+ .replace("/content/", "/docs/content/")
184
+
185
const editLink = githubUrl && (
186
<AsideLink href={githubUrl}>
187
<IconGithub /> Edit on GitHub
0 commit comments