Fix the links in playground
This commit is contained in:
parent
415938212a
commit
9ec9bed80e
1 changed files with 1 additions and 9 deletions
|
@ -35,17 +35,9 @@ export const PlaygroundPage = ({
|
||||||
displayText: version,
|
displayText: version,
|
||||||
}}
|
}}
|
||||||
links={[
|
links={[
|
||||||
{
|
|
||||||
label: 'Getting Started',
|
|
||||||
href: 'https://docs.theatrejs.com/getting-started/',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
href: 'https://docs.theatrejs.com/',
|
href: 'https://www.theatrejs.com/docs/latest',
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'API',
|
|
||||||
href: 'https://docs.theatrejs.com/api/',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Github',
|
label: 'Github',
|
||||||
|
|
Loading…
Reference in a new issue