We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926432f commit 95e5bb5Copy full SHA for 95e5bb5
docs_src/src/routes/_layout.svelte
@@ -27,7 +27,7 @@
27
<NavItem segment="blog">Blog</NavItem>
28
29
<NavItem external="https://svelte.dev">Svelte</NavItem>
30
- <NavItem external="https://docs.nativescript.org/start/introduction">NativeScript</NavItem>
+ <NavItem external="https://docs.nativescript.org/">NativeScript</NavItem>
31
32
<NavItem external="chat" title="Discord Chat">
33
<Icon name="message-square"/>
@@ -56,4 +56,4 @@
56
padding: var(--nav-h) 0 0 0;
57
overflow-x: hidden;
58
}
59
-</style>
+</style>
0 commit comments