switch to new primary domain
This commit is contained in:
@@ -19,7 +19,7 @@ With renderless components you'll have (almost) full control over markup and sty
|
||||
You can save your data as a raw `HTML` string or can get a `JSON`-serializable representation of your document. And of course, you can pass these two types back to the editor.
|
||||
|
||||
## Examples
|
||||
To check out some live examples, visit [tiptap.scrumpy.io](https://tiptap.scrumpy.io/).
|
||||
To check out some live examples, visit [tiptap.dev](https://tiptap.dev/).
|
||||
|
||||
## Installation
|
||||
```
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a class="navigation__link" href="https://tiptap.scrumpy.io/docs" target="_blank">
|
||||
<a class="navigation__link" href="https://tiptap.dev/docs" target="_blank">
|
||||
Documentation
|
||||
</a>
|
||||
<a class="navigation__link" href="https://github.com/scrumpy/tiptap/blob/master/CONTRIBUTING.md" target="_blank">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "tiptap-commands",
|
||||
"version": "1.14.0",
|
||||
"description": "Commands for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"license": "MIT",
|
||||
"main": "dist/commands.common.js",
|
||||
"module": "dist/commands.esm.js",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "tiptap-extensions",
|
||||
"version": "1.31.0",
|
||||
"description": "Extensions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"license": "MIT",
|
||||
"main": "dist/extensions.common.js",
|
||||
"module": "dist/extensions.esm.js",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "tiptap-utils",
|
||||
"version": "1.10.0",
|
||||
"description": "Utility functions for tiptap",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"license": "MIT",
|
||||
"main": "dist/utils.common.js",
|
||||
"module": "dist/utils.esm.js",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "tiptap",
|
||||
"version": "1.29.0",
|
||||
"description": "A rich-text editor for Vue.js",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"license": "MIT",
|
||||
"main": "dist/tiptap.common.js",
|
||||
"module": "dist/tiptap.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user