From fb8950ee93bdaec2b71cc7285e5342350f7a090c Mon Sep 17 00:00:00 2001 From: Austin Wells Date: Fri, 27 Jul 2018 11:46:33 -0400 Subject: [PATCH] [flang] Update README.md (flang-compiler/f18#150) Corrected the URL in README.md to point to the correct public URL for this repository. Original-commit: flang-compiler/f18@7005e9ad7b9597e946dd8ea6bb40a978f8326e03 Reviewed-on: https://github.com/flang-compiler/f18/pull/150 --- flang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/README.md b/flang/README.md index ccf3952..61fdcd9 100644 --- a/flang/README.md +++ b/flang/README.md @@ -104,7 +104,7 @@ Release builds execute quickly. ``` cd where/you/want/the/source -git clone https://github.com/ThePortlandGroup/f18.git +git clone https://github.com/flang-compiler/f18.git ``` ### Build F18 ``` -- 2.7.4