replace link to GitHub repository

This commit is contained in:
Hans Pagel
2021-04-21 15:31:11 +02:00
parent 1677f5064f
commit f6a242438e
160 changed files with 1162 additions and 1162 deletions

View File

@@ -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}`
},
},
}

View File

@@ -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`
},
},
}