From e62f3062346b26d19756f83a94b620af90bd2f67 Mon Sep 17 00:00:00 2001 From: Rushil Choudhary <144247815+rushil-118@users.noreply.github.com> Date: Sat, 10 Aug 2024 13:21:41 +0530 Subject: [PATCH] Fix broken link in doc/getting started (#335) * fix broken link in introduction.md * fix broken link in your-first-neutralinojs-app.mdx * fix broken link in your-first-neutralinojs-app.mdx --- docs/getting-started/introduction.md | 2 +- .../your-first-neutralinojs-app.mdx | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index ad3c9acc..05665a19 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -50,6 +50,6 @@ officially support all popular CPU architectures with the CLI soon! However, you binaries from the source on almost all desktop operating systems and CPU architectures out there. If you need Neutralinojs binaries for non-x64 CPU, learn how to build Neutralinojs from source -with [this guide](contributing/framework-developer-guide#setup-and-build-the-framework). +with [this guide](../contributing/framework-developer-guide.mdx#setup-and-build-the-framework). diff --git a/docs/getting-started/your-first-neutralinojs-app.mdx b/docs/getting-started/your-first-neutralinojs-app.mdx index d143516a..b834c517 100644 --- a/docs/getting-started/your-first-neutralinojs-app.mdx +++ b/docs/getting-started/your-first-neutralinojs-app.mdx @@ -186,14 +186,14 @@ This command will do the work blazing fast because there is no compilation proce Now you know how to create Neutralinojs applications. We will suggest you to look into the following topics next. -- [neutralino.config.json](../configuration/neutralino.config.json) -- [Project structure](../configuration/project-structure) -- [neu CLI](../cli/neu-cli) -- [Global variables](../api/global-variables) -- [Application modes](../configuration/modes) -- [Native API overview](../api/overview) +- [neutralino.config.json](../configuration/neutralino.config.json.md) +- [Project structure](../configuration/project-structure.md) +- [neu CLI](../cli/neu-cli.md) +- [Global variables](../api/global-variables.md) +- [Application modes](../configuration/modes.md) +- [Native API overview](../api/overview.md) We've built the above example application with vanilla JavaScript. However, you can use your favorite frontend framework to build Neutralinojs apps. -Check more details about frontend framework support [here](../configuration/project-structure#developing-apps-with-frontend-frameworks). +Check more details about frontend framework support [here](../configuration/project-structure.md#developing-apps-with-frontend-frameworks).