From 11394575bca7060ac49b3bdf803c343a34a00637 Mon Sep 17 00:00:00 2001 From: Michael Mickelson Date: Tue, 6 Dec 2022 15:01:12 -0700 Subject: [PATCH] Fix "Download Doxygen" URL (#7699) --- docs/source/README_TO_GENERATE_DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/README_TO_GENERATE_DOCS.md b/docs/source/README_TO_GENERATE_DOCS.md index 5df0b6a8b..92db87c34 100644 --- a/docs/source/README_TO_GENERATE_DOCS.md +++ b/docs/source/README_TO_GENERATE_DOCS.md @@ -4,7 +4,7 @@ To generate the docs for FlatBuffers from the source files, you will first need to install two programs. 1. You will need to install `doxygen`. See - [Download Doxygen](http://www.stack.nl/~dimitri/doxygen/download.html). + [Download Doxygen](https://doxygen.nl/download.html). 2. You will need to install `doxypypy` to format python comments appropriately. Install it from [here](https://github.com/Feneric/doxypypy).