[flang-commits] [flang] f09587c - update .txt --> .md links
via flang-commits
flang-commits at lists.llvm.org
Mon Oct 12 11:50:10 PDT 2020
Author: brett koonce
Date: 2020-10-12T20:49:51+02:00
New Revision: f09587c64ccb713af1e83d4f01a6aea3cb682c94
URL: https://github.com/llvm/llvm-project/commit/f09587c64ccb713af1e83d4f01a6aea3cb682c94
DIFF: https://github.com/llvm/llvm-project/commit/f09587c64ccb713af1e83d4f01a6aea3cb682c94.diff
LOG: update .txt --> .md links
Added:
Modified:
flang/README.md
Removed:
################################################################################
diff --git a/flang/README.md b/flang/README.md
index 921334951b79..20a078193a29 100644
--- a/flang/README.md
+++ b/flang/README.md
@@ -15,9 +15,9 @@ To better understand Fortran as a language
and the specific grammar accepted by flang,
read [Fortran For C Programmers](docs/FortranForCProgrammers.md)
and
-flang's specifications of the [Fortran grammar](docs/f2018-grammar.txt)
+flang's specifications of the [Fortran grammar](docs/f2018-grammar.md)
and
-the [OpenMP grammar](docs/OpenMP-4.5-grammar.txt).
+the [OpenMP grammar](docs/OpenMP-4.5-grammar.md).
Treatment of language extensions is covered
in [this document](docs/Extensions.md).
More information about the flang-commits
mailing list