summaryrefslogtreecommitdiff
path: root/flang/README.md
diff options
context:
space:
mode:
authorAustin Wells <AustinWells@users.noreply.github.com>2018-07-27 11:46:33 -0400
committerSteve Scalpone <sscalpone@nvidia.com>2018-07-27 08:46:33 -0700
commitfb8950ee93bdaec2b71cc7285e5342350f7a090c (patch)
tree494f89e6854af7504d57faf7c35bb8fe60d95194 /flang/README.md
parent88f57c6c28059204be59e5f9e791e95235b3a148 (diff)
downloadllvm-fb8950ee93bdaec2b71cc7285e5342350f7a090c.tar.gz
[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
Diffstat (limited to 'flang/README.md')
-rw-r--r--flang/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/README.md b/flang/README.md
index ccf3952846e5..61fdcd90d247 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
```