Skip to content

Commit

Permalink
Fix broken link in doc/getting started (#335)
Browse files Browse the repository at this point in the history
* fix broken link in introduction.md

* fix broken link in your-first-neutralinojs-app.mdx

* fix broken link in your-first-neutralinojs-app.mdx
  • Loading branch information
rushil-118 authored Aug 10, 2024
1 parent 124b505 commit e62f306
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


14 changes: 7 additions & 7 deletions docs/getting-started/your-first-neutralinojs-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit e62f306

Please sign in to comment.