Skip to content

Commit f24cebc

Browse files
authored
Merge pull request #68 from tidbcloud/chore/update-playground-link
chore(doc): update link
2 parents a178381 + 8e20fbd commit f24cebc

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
SQL Editor is built on [CodeMirror6](https://codemirror.net/), a modern code editor that is written in TypeScript and supports a wide range of extensions. Based on that, we provide a set of extensions to make it easy to use and easy to extend, all these features are validated in the [TiDB Cloud](https://tidbcloud.com), with countless customers all around the world. We also contribute to the CodeMirror6 project, and we are happy to share our extensions with the community.
44

5-
👉🏻 [Try Full Featured Playground](https://tisqleditor-playground.netlify.app/)
5+
👉🏻 [Try Full Featured Playground](https://tisqleditor.vercel.app/playground)
66

77
![image](./packages/playground/public/playground-2.png)
88

99
https://github.com/tidbcloud/tisqleditor/assets/1284531/732b600f-5b4e-45d3-a3d2-26479bd59d11
1010

11-
👉🏻 [Try Simple Example](https://tisqleditor-playground.netlify.app/?example=all&with_select)
11+
👉🏻 [Try Simple Example](https://tisqleditor.vercel.app/examples?ex=all)
1212

1313
![image](./packages/playground/public/example-2.png)
1414

packages/extensions/ai-widget/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ https://github.com/tidbcloud/tisqleditor/assets/1284531/46684333-7efa-4925-bf58-
1313

1414
## Try it
1515

16-
- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
17-
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=ai-widget&with_select)
16+
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
17+
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=ai-widget)
1818

1919
## Installation
2020

packages/extensions/cur-sql-gutter/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A codemirror extension listens the editor selection change, and shows gutter for
44

55
## Try it
66

7-
- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
8-
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=cur-sql-gutter&with_select)
7+
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
8+
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=cur-sql-gutter)
99

1010
## Installation
1111

packages/extensions/linters/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
## Try it
1010

11-
- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
12-
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=use-db-linter&with_select)
11+
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
12+
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=use-db-linter)
1313

1414
## Installation
1515

packages/extensions/save-helper/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A codemirror extension listens the editor doc changes, if changes, it will call
44

55
## Try it
66

7-
- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
8-
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=save-helper&with_select)
7+
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
8+
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=save-helper)
99

1010
## Installation
1111

packages/extensions/sql-autocomplete/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A codemirror extension implements the SQL keyword and database schema autocomple
44

55
## Try it
66

7-
- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
8-
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=sql-autocomplete&with_select)
7+
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
8+
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=sql-autocomplete)
99

1010
## Installation
1111

packages/playground-nextjs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Try it
44

5-
- [Full Featured Playground](https://tisqleditor.vercel.app/)
5+
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
66
- [Simple Example](https://tisqleditor.vercel.app/examples)
77

88
## Tech Stack

packages/playground/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Try it
44

5-
- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
6-
- [Simple Example](https://tisqleditor-playground.netlify.app/?example=all&with_select)
5+
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
6+
- [Simple Example](https://tisqleditor.vercel.app/examples?ex=all)
77

88
## Tech Stack
99

packages/react/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This package provides a react component wrap for `SQLEditorInstance` from `@tidb
44

55
## Try it
66

7-
- [Full Featured Playground](https://tisqleditor-playground.netlify.app/)
8-
- [Simple Example](https://tisqleditor-playground.netlify.app/?example&with_select)
7+
- [Full Featured Playground](https://tisqleditor.vercel.app/playgroud)
8+
- [Simple Example](https://tisqleditor.vercel.app/examples)
99

1010
## Installation
1111

0 commit comments

Comments
 (0)