Skip to content

Commit 2c863cf

Browse files
bors[bot]sirhcel
andauthored
Merge #347
347: Clean up warning from linkchecker r=eldruin a=sirhcel Linkchecker warned about this link to a directory without a trailing slash. Seen while working on #346. Link checking now completes without any warnings: ```bash $ mdbook build 2021-05-31 22:49:44 [INFO] (mdbook::book): Book building has started 2021-05-31 22:49:44 [INFO] (mdbook::book): Running the html backend $ linkchecker book INFO linkcheck.cmdline 2021-05-31 22:49:55,452 MainThread Checking intern URLs only; use --check-extern to check extern URLs. LinkChecker 10.0.1 [...] Start checking at 2021-05-31 22:49:55+002 10 threads active, 162 links queued, 205 links in 377 URLs checked, runtime 1 seconds Statistics: Downloaded: 2.15MB. Content types: 34 image, 87 text, 0 video, 0 audio, 158 application, 0 mail and 170 other. URL lengths: min=8, max=180, avg=66. That's it. 449 links in 449 URLs checked. 0 warnings found. 0 errors found. Stopped checking at 2021-05-31 22:50:00+002 (4 seconds) ``` Co-authored-by: Christian Meusel <christian.meusel@posteo.de>
2 parents 80b6761 + 8d58e26 commit 2c863cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/05-led-roulette/debug-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ At any point you can leave the TUI mode using the following command:
307307
[gdb-dashboard]: https://github.com/cyrus-and/gdb-dashboard#gdb-dashboard
308308

309309
Don't close OpenOCD though! We'll use it again and again later on. It's better
310-
just to leave it running. If you want to learn more about what GDB can do, check out the section [How to use GDB](../appendix/2-how-to-use-gdb).
310+
just to leave it running. If you want to learn more about what GDB can do, check out the section [How to use GDB](../appendix/2-how-to-use-gdb/).
311311

312312

313313
What's next? The high level API I promised.

0 commit comments

Comments
 (0)