From c1e15a2305ab73c358d2662b508cf39cfa4c0827 Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Sun, 17 May 2026 23:38:13 +0800 Subject: [PATCH] docs: update Doxygen link in get-started guide Replace deprecated stack.nl URL with https://www.doxygen.org/. --- doc/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/get-started.md b/doc/get-started.md index c37d4139..2c7402d4 100644 --- a/doc/get-started.md +++ b/doc/get-started.md @@ -136,7 +136,7 @@ To build the documentation you need the following software installed on your system: - [Python](https://www.python.org/) -- [Doxygen](http://www.stack.nl/~dimitri/doxygen/) +- [Doxygen](https://www.doxygen.org/) - [MkDocs](https://www.mkdocs.org/) with `mkdocs-material`, `mkdocstrings`, `pymdown-extensions` and `mike`