summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Bertolacci <ian.bertolacci@gmail.com>2015-07-12 16:49:49 -0700
committerIan Bertolacci <ian.bertolacci@gmail.com>2015-07-12 16:49:49 -0700
commit70a5440d4c4575dfe07495cadc9aa48f1d85d016 (patch)
treea2f5a2ece9a2e1931fb6cfbda3270725f1818b5e
parent7ff3bd31d86009aec4d14292b2cbd02a3352e70f (diff)
Bad Link fix
fixed a link that was suppose to go to the chapel.cray.com site, but did not.
-rw-r--r--chapel.html.markdown2
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.