From 9ec9bed80e1fdf8fe5696461c9b854a3762c4ffd Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Sun, 15 Jan 2023 14:53:50 +0100 Subject: [PATCH] Fix the links in playground --- packages/playground/devEnv/home/PlaygroundPage.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/playground/devEnv/home/PlaygroundPage.tsx b/packages/playground/devEnv/home/PlaygroundPage.tsx index 684c07b..09726fb 100644 --- a/packages/playground/devEnv/home/PlaygroundPage.tsx +++ b/packages/playground/devEnv/home/PlaygroundPage.tsx @@ -35,17 +35,9 @@ export const PlaygroundPage = ({ displayText: version, }} links={[ - { - label: 'Getting Started', - href: 'https://docs.theatrejs.com/getting-started/', - }, { label: 'Docs', - href: 'https://docs.theatrejs.com/', - }, - { - label: 'API', - href: 'https://docs.theatrejs.com/api/', + href: 'https://www.theatrejs.com/docs/latest', }, { label: 'Github',