Skip to content

Commit

Permalink
Fix broken link in docs (#334)
Browse files Browse the repository at this point in the history
* Fix broken link in window.md

* fix broken link in doc/cli/internal-cli-arguments.md
  • Loading branch information
rushil-118 authored Aug 10, 2024
1 parent 4c91fce commit 124b505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/window.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ toc_max_heading_level: 2
---

The `Neutralino.window` namespace contains methods related to the current native window instance.
This namespace's methods will work only for the [`window`](/docs/configuration/modes#window) mode.
This namespace's methods will work only for the [`window`](/docs/configuration/modes.md#window) mode.

## window.setTitle(title)
Sets the title of the native window.
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/internal-cli-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Chrome window's height.
### `--chrome-args=<arg_list>`

Additional arguments for the Chrome process. Read more about chrome mode
from [here](../configuration/modes#chrome)
from [here](../configuration/modes.md#chrome)

:::tip
The right hand value is optional for the for boolean type CLI arguments. Therefore, you can use `--window-full-screen`
Expand Down

0 comments on commit 124b505

Please sign in to comment.