Skip to content

Commit ed2ae2c

Browse files
authored
fix: setup link error (#170)
1 parent c50792d commit ed2ae2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/setup/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting up Linux for NativeScript
33
prev: /setup
4-
next: /creating-a-new-project
4+
next: /guide/creating-a-project
55
contributors:
66
- rigor789
77
- aryzing

content/setup/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting up macOS for NativeScript
33
prev: /setup
4-
next: /creating-a-new-project
4+
next: /guide/creating-a-project
55
contributors:
66
- rigor789
77
- sjsadowski

content/setup/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting up Windows for NativeScript
33
prev: /setup
4-
next: /creating-a-new-project
4+
next: /guide/creating-a-project
55
contributors:
66
- rigor789
77
---

content/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default [
4949
},
5050
{
5151
text: 'Publishing',
52-
link: '/guide/publishing',
52+
link: '/guide/publishing/',
5353
},
5454
{
5555
text: 'Plugins',

0 commit comments

Comments
 (0)