Skip to content

Commit

Permalink
docs: fix play/lab links (Tresjs#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed May 8, 2024
1 parent fbf2de1 commit 9da1b8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const frConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{ text: 'Versions', link: 'https://github.com/Tresjs/tres/releases' },
{
text: 'Playground',
link: 'https://playground.tresjs.org/',
link: 'https://play.tresjs.org/',
},
{
text: 'Github',
Expand Down
2 changes: 1 addition & 1 deletion docs/de/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Wir haben einen neuen [StackBlitz](https://stackblitz.com/) Startpunkt, um TresJ

## Labs

Wir haben auch ein Showroom-Labor mit Beispielen, die mit TresJS erstellt wurden. Probiere es [hier](https://playground.tresjs.org/) aus.
Wir haben auch ein Showroom-Labor mit Beispielen, die mit TresJS erstellt wurden. Probiere es [hier](https://lab.tresjs.org/) aus.

![](/tresjs-lab.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/fr/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Nous avons un nouveau starter [StackBlitz](https://stackblitz.com/) afin d'essay

## Playground

Nous avons aussi un playground où vous pouvez essayer TresJS en ligne. Testez [ici](https://playground.tresjs.org/).
Nous avons aussi un playground où vous pouvez essayer TresJS en ligne. Testez [ici](https://play.tresjs.org/).

![](/playground.png)
<iframe src="https://play.tresjs.org/" class="w-full rounded shadow-lg outline-none border-none aspect-4/3"></iframe>

## Motivation

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ We have a brand new [StackBlitz](https://stackblitz.com/) starter to try TresJS

## Labs

We also have a showcase lab of examples made with TresJS. Check it out [here](https://playground.tresjs.org/).
We also have a showcase lab of examples made with TresJS. Check it out [here](https://lab.tresjs.org/).

![](/tresjs-lab.png)

Expand Down

0 comments on commit 9da1b8d

Please sign in to comment.