From 8b6b244194538a2343b37af77ecf3536adab998d Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Fri, 12 May 2023 09:32:30 +0100 Subject: [PATCH] [docs] Update links in docs (#1357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR updates links in docs to point to the tldraw repository rather than tldraw-examples. ### Change Type - [x] `patch` — Bug Fix - [ ] `minor` — New Feature - [ ] `major` — Breaking Change - [ ] `dependencies` — Dependency Update (publishes a `patch` release, for devDependencies use `internal`) - [x] `documentation` — Changes to the documentation only (will not publish a new version) - [ ] `tests` — Changes to any testing-related code only (will not publish a new version) - [ ] `internal` — Any other changes that don't affect the published package (will not publish a new version) ### Release Notes - [docs] Update links in docs to point to the tldraw repository rather than tldraw-examples. --- apps/docs/content/docs/api.mdx | 2 +- apps/docs/content/docs/persistence.mdx | 2 +- apps/docs/content/docs/shapes.mdx | 2 +- apps/docs/content/docs/tools.mdx | 2 +- apps/docs/content/docs/user-interface.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/content/docs/api.mdx b/apps/docs/content/docs/api.mdx index e0e2da4e9..8a89c8609 100644 --- a/apps/docs/content/docs/api.mdx +++ b/apps/docs/content/docs/api.mdx @@ -237,4 +237,4 @@ app.setCamera(0, 0, 1) --- -See the [tldraw-examples repository](https://github.com/tldraw/tldraw-examples) for an example of how to use tldraw's App API to control the editor. \ No newline at end of file +See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to use tldraw's App API to control the editor. \ No newline at end of file diff --git a/apps/docs/content/docs/persistence.mdx b/apps/docs/content/docs/persistence.mdx index ff933f80e..d22eda77d 100644 --- a/apps/docs/content/docs/persistence.mdx +++ b/apps/docs/content/docs/persistence.mdx @@ -15,4 +15,4 @@ keywords: Coming soon. -See the [tldraw-examples repository](https://github.com/tldraw/tldraw-examples) for an example of how to use the `@tldraw/tlsync-client` library to persist and sync between tabs. +See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to use the `@tldraw/tlsync-client` library to persist and sync between tabs. diff --git a/apps/docs/content/docs/shapes.mdx b/apps/docs/content/docs/shapes.mdx index a2f740f24..2c9fa93b9 100644 --- a/apps/docs/content/docs/shapes.mdx +++ b/apps/docs/content/docs/shapes.mdx @@ -13,4 +13,4 @@ keywords: Coming soon. -See the [tldraw-examples repository](https://github.com/tldraw/tldraw-examples) for an example of how to create custom shapes in tldraw. +See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to create custom shapes in tldraw. diff --git a/apps/docs/content/docs/tools.mdx b/apps/docs/content/docs/tools.mdx index 37a506865..990e42270 100644 --- a/apps/docs/content/docs/tools.mdx +++ b/apps/docs/content/docs/tools.mdx @@ -12,4 +12,4 @@ keywords: Coming soon. -See the [tldraw-examples repository](https://github.com/tldraw/tldraw-examples) for an example of how to create custom tools in tldraw. +See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to create custom tools in tldraw. diff --git a/apps/docs/content/docs/user-interface.mdx b/apps/docs/content/docs/user-interface.mdx index c367ac389..590bc6694 100644 --- a/apps/docs/content/docs/user-interface.mdx +++ b/apps/docs/content/docs/user-interface.mdx @@ -17,4 +17,4 @@ keywords: Coming soon. -See the [tldraw-examples repository](https://github.com/tldraw/tldraw-examples) for an example of how to customize tldraw's user interface. +See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to customize tldraw's user interface.