Explorar o código

docs: fix play/lab links (#677)

andretchen0 hai 1 ano
pai
achega
9da1b8dd6d
Modificáronse 4 ficheiros con 5 adicións e 5 borrados
  1. 1 1
      docs/.vitepress/config/fr.ts
  2. 1 1
      docs/de/guide/index.md
  3. 2 2
      docs/fr/guide/index.md
  4. 1 1
      docs/guide/index.md

+ 1 - 1
docs/.vitepress/config/fr.ts

@@ -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',

+ 1 - 1
docs/de/guide/index.md

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

+ 2 - 2
docs/fr/guide/index.md

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

+ 1 - 1
docs/guide/index.md

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