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

@@ -5,7 +5,7 @@
The utility helps rendering JSON content as HTML without an editor instance, for example on the server side. All it needs is a JSON and an array of extensions.
## Source code
[packages/html/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/html/)
[packages/html/](https://github.com/ueberdosis/tiptap/blob/main/packages/html/)
## Usage
<demo name="Guide/Content/GenerateHTML" highlight="6-7,42-48"/>

View File

@@ -17,5 +17,5 @@ This utility helps with all kinds of suggestions in the editor. Have a look at t
| render | `Function` | `() => ({})` | A render function for the autocomplete popup. |
## Source code
[packages/suggestion/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/suggestion/)
[packages/suggestion/](https://github.com/ueberdosis/tiptap/blob/main/packages/suggestion/)