diff options
author | Ian Bertolacci <ian.bertolacci@gmail.com> | 2015-07-12 16:49:49 -0700 |
---|---|---|
committer | Ian Bertolacci <ian.bertolacci@gmail.com> | 2015-07-12 16:49:49 -0700 |
commit | 70a5440d4c4575dfe07495cadc9aa48f1d85d016 (patch) | |
tree | a2f5a2ece9a2e1931fb6cfbda3270725f1818b5e /chapel.html.markdown | |
parent | 7ff3bd31d86009aec4d14292b2cbd02a3352e70f (diff) |
Bad Link fix
fixed a link that was suppose to go to the chapel.cray.com site, but did not.
Diffstat (limited to 'chapel.html.markdown')
-rw-r--r-- | chapel.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown index db566454..90b64854 100644 --- a/chapel.html.markdown +++ b/chapel.html.markdown @@ -7,7 +7,7 @@ lang: en --- What is Chapel? =============== -You can read all about chapel at [Cray's official Chapel website](chapel.cray.com). +You can read all about chapel at [Cray's official Chapel website](http://chapel.cray.com). In short, Chapel is an open-source, high-productivity, parallel-programming language in development at Cray Inc., and is designed to run on multi-core PCs as well as multi-kilocore supercomputers. |