diff --git a/content/setup/linux.md b/content/setup/linux.md index 70f96236..5a703bc1 100644 --- a/content/setup/linux.md +++ b/content/setup/linux.md @@ -1,7 +1,7 @@ --- title: Setting up Linux for NativeScript prev: /setup -next: /creating-a-new-project +next: /guide/creating-a-project contributors: - rigor789 - aryzing diff --git a/content/setup/macos.md b/content/setup/macos.md index b23b1bda..7bd14399 100644 --- a/content/setup/macos.md +++ b/content/setup/macos.md @@ -1,7 +1,7 @@ --- title: Setting up macOS for NativeScript prev: /setup -next: /creating-a-new-project +next: /guide/creating-a-project contributors: - rigor789 - sjsadowski diff --git a/content/setup/windows.md b/content/setup/windows.md index e75c7093..b07f05c1 100644 --- a/content/setup/windows.md +++ b/content/setup/windows.md @@ -1,7 +1,7 @@ --- title: Setting up Windows for NativeScript prev: /setup -next: /creating-a-new-project +next: /guide/creating-a-project contributors: - rigor789 --- diff --git a/content/sidebar.ts b/content/sidebar.ts index 599d93f5..eec69433 100644 --- a/content/sidebar.ts +++ b/content/sidebar.ts @@ -49,7 +49,7 @@ export default [ }, { text: 'Publishing', - link: '/guide/publishing', + link: '/guide/publishing/', }, { text: 'Plugins',