[llvm] 0b2924a - [Docs][NFC] fix URL
Yuanfang Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 17:37:12 PDT 2023
Author: Yuanfang Chen
Date: 2023-10-18T08:36:18+08:00
New Revision: 0b2924aaaf8d573c66d5472cc2ca19be23433d8b
URL: https://github.com/llvm/llvm-project/commit/0b2924aaaf8d573c66d5472cc2ca19be23433d8b
DIFF: https://github.com/llvm/llvm-project/commit/0b2924aaaf8d573c66d5472cc2ca19be23433d8b.diff
LOG: [Docs][NFC] fix URL
Added:
Modified:
llvm/docs/TestSuiteGuide.md
Removed:
################################################################################
diff --git a/llvm/docs/TestSuiteGuide.md b/llvm/docs/TestSuiteGuide.md
index e09d7d8803c7218..85623da080ed84d 100644
--- a/llvm/docs/TestSuiteGuide.md
+++ b/llvm/docs/TestSuiteGuide.md
@@ -177,7 +177,7 @@ benchmarks. CMake can print a list of them:
- `TEST_SUITE_FORTRAN`
Activate that Fortran tests. This is a work in progress. More information can be
- found in the [Flang documentation](https://flang.llvm.org/docs/html/FortranLLVMTestSuite.html)
+ found in the [Flang documentation](https://flang.llvm.org/docs/FortranLLVMTestSuite.html)
- `TEST_SUITE_RUN_UNDER`
More information about the llvm-commits
mailing list