mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 11:45: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() {
|
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() {
|
source() {
|
||||||
|
Loading…
Reference in New Issue
Block a user