From eccb374311b42bbac250c0f698c113e07948aaec Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Wed, 27 May 2026 00:00:12 +0800 Subject: [PATCH] docs: use HTTPS link for Doxygen in get-started.md Replace deprecated stack.nl HTTP URL with https://www.doxygen.nl/. --- 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 c37d4139940d..b66cce45c523 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.nl/) - [MkDocs](https://www.mkdocs.org/) with `mkdocs-material`, `mkdocstrings`, `pymdown-extensions` and `mike`