mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
Fix 'Edit on Github' link url in docs
This commit is contained in:
parent
33420f4ae0
commit
6fa886273f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user