mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
fix-links
This commit is contained in:
parent
d46df8c0a0
commit
51c8ae61c5
1 changed files with 50 additions and 50 deletions
|
@ -16,16 +16,16 @@ export default defineConfig({
|
|||
{
|
||||
text: 'Overview',
|
||||
items: [
|
||||
{ text: 'Getting Started', link: '/overview/get-started' },
|
||||
{ text: 'First Jecs Project', link: '/overview/first-jecs-project' }
|
||||
{ text: 'Getting Started', link: 'learn/overview/get-started' },
|
||||
{ text: 'First Jecs Project', link: 'learn/overview/first-jecs-project' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Concepts',
|
||||
items: [
|
||||
{ text: 'Entities', link: '/concepts/entities' },
|
||||
{ text: 'Static Components', link: '/concepts/static-components' },
|
||||
{ text: 'Queries', link: '/concepts/queries' },
|
||||
{ text: 'Entities', link: 'learn/concepts/entities' },
|
||||
{ text: 'Static Components', link: 'learn/concepts/static-components' },
|
||||
{ text: 'Queries', link: 'learn/concepts/queries' },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue