replace link to GitHub repository
This commit is contained in:
@@ -79,7 +79,7 @@ export default {
|
||||
return `vscode://file${this.cwd}/src/demos/${this.name}/${this.files[0].name}`
|
||||
}
|
||||
|
||||
return `https://github.com/ueberdosis/tiptap-next/tree/main/docs/src/demos/${this.name}`
|
||||
return `https://github.com/ueberdosis/tiptap/tree/main/docs/src/demos/${this.name}`
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<g-link to="https://github.com/ueberdosis/tiptap-next">
|
||||
<g-link to="https://github.com/ueberdosis/tiptap">
|
||||
GitHub
|
||||
</g-link>
|
||||
</li>
|
||||
@@ -85,7 +85,7 @@
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<g-link to="https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md">
|
||||
<g-link to="https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md">
|
||||
MIT
|
||||
</g-link>
|
||||
</li>
|
||||
@@ -128,10 +128,10 @@ export default {
|
||||
}
|
||||
|
||||
if (currentPath === '') {
|
||||
return 'https://github.com/ueberdosis/tiptap-next/blob/main/docs/src/pages/index.vue'
|
||||
return 'https://github.com/ueberdosis/tiptap/blob/main/docs/src/pages/index.vue'
|
||||
}
|
||||
|
||||
return `https://github.com/ueberdosis/tiptap-next/blob/main/docs/src/docPages${currentPath}.md`
|
||||
return `https://github.com/ueberdosis/tiptap/blob/main/docs/src/docPages${currentPath}.md`
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user