[docs] Update links in docs (#1357)

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.
This commit is contained in:
Steve Ruiz 2023-05-12 09:32:30 +01:00 committed by GitHub
parent 03595bc88d
commit 8b6b244194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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.
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to use tldraw's App API to control the editor.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.