[flang-commits] [flang] 2e18272 - [flang] Fix link to old repo location in doxygen mainpage. NFC.
Richard Barton via flang-commits
flang-commits at lists.llvm.org
Mon Sep 7 08:43:31 PDT 2020
Author: Richard Barton
Date: 2020-09-07T16:43:08+01:00
New Revision: 2e1827271cb1c090cced7369282f9edcf9e59183
URL: https://github.com/llvm/llvm-project/commit/2e1827271cb1c090cced7369282f9edcf9e59183
DIFF: https://github.com/llvm/llvm-project/commit/2e1827271cb1c090cced7369282f9edcf9e59183.diff
LOG: [flang] Fix link to old repo location in doxygen mainpage. NFC.
Added:
Modified:
flang/docs/doxygen-mainpage.dox
Removed:
################################################################################
diff --git a/flang/docs/doxygen-mainpage.dox b/flang/docs/doxygen-mainpage.dox
index 78469e31312c..e4bc3f660242 100644
--- a/flang/docs/doxygen-mainpage.dox
+++ b/flang/docs/doxygen-mainpage.dox
@@ -6,7 +6,7 @@
/// This documentation describes the **internal** software that makes
/// up flang, not the **external** use of flang. There are no instructions
/// here on how to use flang, only the APIs that make up the software. For
-/// usage instructions, please see the [project website](https://github.com/flang-compiler/f18)
+/// usage instructions, please see the [project website](https://github.com/llvm-project/flang)
/// for further detail.
///
/// \section main_caveat Caveat
More information about the flang-commits
mailing list