Commit 678d26e
committed
fix: improve link checking in documentation by excluding code blocks
- Enhance the `check_relative_links` function in `check_docs.py` to remove code blocks from markdown files before checking for relative links. This change prevents false positives from links within code examples, improving the accuracy of link validation.
These updates aim to enhance the reliability of documentation checks and ensure that only relevant links are evaluated.1 parent 8e5d2f8 commit 678d26e
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
0 commit comments