Skip to content

Commit

Permalink
Fix 'Edit on Github' link url in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmachatschek authored and hanspagel committed Sep 22, 2021
1 parent 33420f4 commit 6fa8862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/preview/Demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default {
},
githubUrl() {
return `https://github.com/ueberdosis/tiptap-pro-extensions/tree/main/demos/src/${this.name}`
return `https://github.com/ueberdosis/tiptap/tree/main/demos/src/${this.name}`
},
source() {
Expand Down

0 comments on commit 6fa8862

Please sign in to comment.