Fix "Download Doxygen" URL (#7699)

This commit is contained in:
Michael Mickelson
2022-12-06 15:01:12 -07:00
committed by GitHub
parent 5b7b36e8be
commit 11394575bc

View File

@@ -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).