switch to new primary domain

This commit is contained in:
Hans Pagel
2020-07-13 16:43:55 +02:00
parent f7ea6882eb
commit 1656302daa
6 changed files with 6 additions and 6 deletions

View File

@@ -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. 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 ## 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 ## Installation
``` ```

View File

@@ -14,7 +14,7 @@
</div> </div>
<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 Documentation
</a> </a>
<a class="navigation__link" href="https://github.com/scrumpy/tiptap/blob/master/CONTRIBUTING.md" target="_blank"> <a class="navigation__link" href="https://github.com/scrumpy/tiptap/blob/master/CONTRIBUTING.md" target="_blank">

View File

@@ -2,7 +2,7 @@
"name": "tiptap-commands", "name": "tiptap-commands",
"version": "1.14.0", "version": "1.14.0",
"description": "Commands for tiptap", "description": "Commands for tiptap",
"homepage": "https://tiptap.scrumpy.io", "homepage": "https://tiptap.dev",
"license": "MIT", "license": "MIT",
"main": "dist/commands.common.js", "main": "dist/commands.common.js",
"module": "dist/commands.esm.js", "module": "dist/commands.esm.js",

View File

@@ -2,7 +2,7 @@
"name": "tiptap-extensions", "name": "tiptap-extensions",
"version": "1.31.0", "version": "1.31.0",
"description": "Extensions for tiptap", "description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io", "homepage": "https://tiptap.dev",
"license": "MIT", "license": "MIT",
"main": "dist/extensions.common.js", "main": "dist/extensions.common.js",
"module": "dist/extensions.esm.js", "module": "dist/extensions.esm.js",

View File

@@ -2,7 +2,7 @@
"name": "tiptap-utils", "name": "tiptap-utils",
"version": "1.10.0", "version": "1.10.0",
"description": "Utility functions for tiptap", "description": "Utility functions for tiptap",
"homepage": "https://tiptap.scrumpy.io", "homepage": "https://tiptap.dev",
"license": "MIT", "license": "MIT",
"main": "dist/utils.common.js", "main": "dist/utils.common.js",
"module": "dist/utils.esm.js", "module": "dist/utils.esm.js",

View File

@@ -2,7 +2,7 @@
"name": "tiptap", "name": "tiptap",
"version": "1.29.0", "version": "1.29.0",
"description": "A rich-text editor for Vue.js", "description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io", "homepage": "https://tiptap.dev",
"license": "MIT", "license": "MIT",
"main": "dist/tiptap.common.js", "main": "dist/tiptap.common.js",
"module": "dist/tiptap.esm.js", "module": "dist/tiptap.esm.js",