mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-11 06:05:19 +08:00
feat: add link checker script for markdown files
- Introduced a new Python script to check the availability of URLs in markdown files within the project. - The script supports options for fixing internal links, specifying output formats, and setting request timeouts. - Generates detailed reports on working, broken, and skipped links, with support for text, JSON, and markdown formats. - Updated markdown files to remove trailing punctuation from tutorial links for consistency.
This commit is contained in:
@@ -249,7 +249,7 @@ sudo ./unload.sh
|
||||
|
||||
## 参考资料
|
||||
|
||||
最后,如果您对 eBPF 技术感兴趣,并希望进一步了解和实践,可以访问我们的教程代码仓库 <https://github.com/eunomia-bpf/bpf-developer-tutorial> 和教程网站 <https://eunomia.dev/zh/tutorials/。>
|
||||
最后,如果您对 eBPF 技术感兴趣,并希望进一步了解和实践,可以访问我们的教程代码仓库 <https://github.com/eunomia-bpf/bpf-developer-tutorial> 和教程网站 <https://eunomia.dev/zh/tutorials/>
|
||||
|
||||
- <https://github.com/zachidan/ebpf-sockops>
|
||||
- <https://github.com/merbridge/merbridge>
|
||||
|
||||
Reference in New Issue
Block a user