diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 651e0e2f..a9d97d01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -url: https://github.com/ueberdosis/tiptap-next/issues/new +url: https://github.com/ueberdosis/tiptap/issues/new title: '' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md index 853047a0..db748d93 100644 --- a/.github/ISSUE_TEMPLATE/feedback.md +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -1,7 +1,7 @@ --- name: Feedback on the documentation about: Share what we need to explain better -url: https://github.com/ueberdosis/tiptap-next/issues/new +url: https://github.com/ueberdosis/tiptap/issues/new title: '' labels: documentation assignees: '' diff --git a/README.md b/README.md index 9d8f9c73..41448be0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tiptap 2 A headless, framework-agnostic and extendable rich text editor, based on [ProseMirror](https://github.com/ProseMirror/prosemirror). -[![Build Status](https://github.com/ueberdosis/tiptap-next/workflows/build/badge.svg)](https://github.com/ueberdosis/tiptap-next/actions) +[![Build Status](https://github.com/ueberdosis/tiptap/workflows/build/badge.svg)](https://github.com/ueberdosis/tiptap/actions) [![Version](https://img.shields.io/npm/v/@tiptap/core.svg?label=version)](https://www.npmjs.com/package/@tiptap/core) [![Downloads](https://img.shields.io/npm/dm/@tiptap/core.svg)](https://npmcharts.com/compare/@tiptap/core?minimal=true) [![License](https://img.shields.io/npm/l/@tiptap/core.svg)](https://www.npmjs.com/package/@tiptap/core) diff --git a/docs/src/components/Demo/index.vue b/docs/src/components/Demo/index.vue index 7e33004f..10cf93c0 100644 --- a/docs/src/components/Demo/index.vue +++ b/docs/src/components/Demo/index.vue @@ -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}` }, }, } diff --git a/docs/src/components/PageFooter/index.vue b/docs/src/components/PageFooter/index.vue index cc36aa77..45e7fe56 100644 --- a/docs/src/components/PageFooter/index.vue +++ b/docs/src/components/PageFooter/index.vue @@ -26,7 +26,7 @@