Update examples links to point to examples folder. (#1522)

This PR updates the docs examples links to point to the examples folder.

### Change Type

- [x] `documentation` — Changes to the documentation only (will not
publish a new version)
to-fixed
Steve Ruiz 2023-06-05 15:52:28 +01:00 zatwierdzone przez GitHub
rodzic 1f0a20cc94
commit 2fc70a7b37
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
5 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -237,4 +237,4 @@ editor.setCamera(0, 0, 1)
---
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to use tldraw's App API to control the editor.
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to use tldraw's App API to control the editor.

Wyświetl plik

@ -15,4 +15,4 @@ keywords:
Coming soon.
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to use persistence with the `@tldraw/tldraw` or `@tldraw/editor` libraries.
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to use persistence with the `@tldraw/tldraw` or `@tldraw/editor` libraries.

Wyświetl plik

@ -13,4 +13,4 @@ keywords:
Coming soon.
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to create custom shapes in tldraw.
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to create custom shapes in tldraw.

Wyświetl plik

@ -12,4 +12,4 @@ keywords:
Coming soon.
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to create custom tools in tldraw.
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to create custom tools in tldraw.

Wyświetl plik

@ -35,4 +35,4 @@ The `onUiEvent` callback is called with the name of the event as a string and an
Note that `onUiEvent` is only called when interacting with the user interface. It is not called when running commands manually against the app, e.g. `editor.alignShapes()` will not call `onUiEvent`.
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to customize tldraw's user interface.
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to customize tldraw's user interface.