Skip to content

Commit

Permalink
Merge pull request #756 from patrickbaber/feature/cloud-url
Browse files Browse the repository at this point in the history
change URL of Tiptap Cloud
  • Loading branch information
janthurau authored Dec 11, 2023
2 parents 8be3c34 + 9c0c62c commit 5f40db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/provider/src/TiptapCollabProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type TiptapCollabProviderConfiguration =

export interface AdditionalTiptapCollabProviderConfiguration {
/**
* A Hocuspocus Cloud App ID, get one here: https://collab.tiptap.dev
* A Hocuspocus Cloud App ID, get one here: https://cloud.tiptap.dev
*/
appId?: string,

Expand Down
2 changes: 1 addition & 1 deletion packages/provider/src/TiptapCollabProviderWebsocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type TiptapCollabProviderWebsocketConfiguration =

export interface AdditionalTiptapCollabProviderWebsocketConfiguration {
/**
* A Hocuspocus Cloud App ID, get one here: https://collab.tiptap.dev
* A Hocuspocus Cloud App ID, get one here: https://cloud.tiptap.dev
*/
appId: string,
}
Expand Down

0 comments on commit 5f40db4

Please sign in to comment.