Skip to content

Commit b42275f

Browse files
committed
CI: Test
1 parent 5655ca7 commit b42275f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Website/docs/application/ip-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Hostname or IP range to scan for active devices.
7070

7171
:::note
7272

73-
See also the [IP Scanner](#ip-scanner) example inputs for more information about the supported host formats.
73+
See also the [IP Scanner](./ip-scanner) example inputs for more information about the supported host formats.
7474

7575
:::
7676

Website/docs/application/port-scanner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Hostname or IP range to scan for open ports.
7272

7373
:::note
7474

75-
See also the [Port Scanner](#port-scanner) example inputs for more information about the supported host formats.
75+
See also the [Port Scanner](./port-scanner) example inputs for more information about the supported host formats.
7676

7777
:::
7878

@@ -91,7 +91,7 @@ TCP ports to scan each host for.
9191

9292
:::note
9393

94-
See also the [Port Scanner](#port-scanner) example inputs for more information about the supported port formats.
94+
See also the [Port Scanner](./port-scanner) example inputs for more information about the supported port formats.
9595

9696
:::
9797

Website/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ const config = {
2121
projectName: "NETworkManager",
2222

2323
trailingSlash: false,
24-
24+
2525
onBrokenLinks: "throw",
26+
onBrokenAnchors: "throw",
2627
onBrokenMarkdownLinks: "throw",
2728

2829
i18n: {

0 commit comments

Comments
 (0)