summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Bertolacci <ian.bertolacci@gmail.com>2015-07-12 16:48:34 -0700
committerIan Bertolacci <ian.bertolacci@gmail.com>2015-07-12 16:48:34 -0700
commit7ff3bd31d86009aec4d14292b2cbd02a3352e70f (patch)
treeac30d7a7c08aaf365b5cc1e72b40dd16fc8d03d8
parentcbbb833445e0e2b6223ce1c30943ed92ebc87ad7 (diff)
Link and header fix
1. put latest release url under the text [download the latest ....] 2. changed '... important to us!' to '... important to the developers!' so not to confuse the us (chapel dev team) with the tutorial people (learnxinyminutes)
-rw-r--r--chapel.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown
index 9005b05f..db566454 100644
--- a/chapel.html.markdown
+++ b/chapel.html.markdown
@@ -11,8 +11,8 @@ You can read all about chapel at [Cray's official Chapel website](chapel.cray.co
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.
-Your input, questions, and discoveries are important to us!
------------------------------------------------------------
+Your input, questions, and discoveries are important to the developers!
+-----------------------------------------------------------------------
Chapel is currently in-development so there are occasional hiccups with
performance and language features.
The more information you give the Chapel development team about issues you encounter with the language,
@@ -27,7 +27,7 @@ under the Apache v2.0 license
Installing the Compiler
-----------------------
Chapel can be built and installed on your average 'nix machine (and cygwin).
-Download the latest release version from https://github.com/chapel-lang/chapel/releases/
+[Download the latest release version](https://github.com/chapel-lang/chapel/releases/)
and its as easy as
1. ```tar -xvf chapel-1.11.0.tar.gz```
2. ```cd chapel-1.11.0```