fix: fix link & change "Docs" link to "goal" page instead of "New Project"

This commit is contained in:
DuroCodes
2024-05-07 16:48:19 -04:00
parent fd4fd9ee03
commit 2529e1c9c2
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ sidebar:
+ await makeDependencies({ build: () => {} })
```
v3 comes with the new [Service api](../walkthrough/services). To make sure to enable intellisense
v3 comes with the new [Service api](../services). To make sure to enable intellisense
include a dependencies.d.ts file into compilation. [Click here for all new features](../../../blog/3.0.0)
```ts

View File

@@ -11,7 +11,7 @@ interface Link {
const links: Link[] = [
{
name: "Docs",
href: "/guide/walkthrough/new-project",
href: "/guide/walkthrough/goal",
},
{
name: "Plugins",