[llvm] a5a5e73 - [docs] Update outdated doxygen download link
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 1 01:50:04 PDT 2021
Author: Tommy Chiang
Date: 2021-08-01T16:50:00+08:00
New Revision: a5a5e73353696191c3754cab4fe5e7a585af3bf5
URL: https://github.com/llvm/llvm-project/commit/a5a5e73353696191c3754cab4fe5e7a585af3bf5
DIFF: https://github.com/llvm/llvm-project/commit/a5a5e73353696191c3754cab4fe5e7a585af3bf5.diff
LOG: [docs] Update outdated doxygen download link
Added:
Modified:
llvm/docs/README.txt
Removed:
################################################################################
diff --git a/llvm/docs/README.txt b/llvm/docs/README.txt
index 2a9b2e383029..c36a533fb005 100644
--- a/llvm/docs/README.txt
+++ b/llvm/docs/README.txt
@@ -55,7 +55,7 @@ running:
Doxygen page Output
==============
-Install doxygen <http://www.stack.nl/~dimitri/doxygen/download.html> and dot2tex <https://dot2tex.readthedocs.io/en/latest>.
+Install doxygen <https://www.doxygen.nl/download.html> and dot2tex <https://dot2tex.readthedocs.io/en/latest>.
cd <build-dir>
cmake -DLLVM_ENABLE_DOXYGEN=On <llvm-top-src-dir>
More information about the llvm-commits
mailing list