Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 9390db3

Browse files
Merge pull request #279 from vishnumohanrk/patch-1
Docs: Fix "Edit this page" Link
2 parents 93fa51e + 0587920 commit 9390db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/components/FileContributors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
return this.$route.path
3232
},
3333
filePath () {
34-
return `website/docs${this.fileRoute}.mdx`
34+
return `website/pages${this.fileRoute}.mdx`
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)