We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 355e33b + 8bccc9e commit 704eba7Copy full SHA for 704eba7
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