File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments