Skip to content

Commit

Permalink
Replace download.html with install.html in source repo
Browse files Browse the repository at this point in the history
We're retiring install.html as a main URL, focusing on download.html
instead.

While here, replaced 'emerging' with 'modern' in top-level README.
  • Loading branch information
Brad Chamberlain committed Oct 6, 2016
1 parent 4b3c981 commit 3c4867f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Chapel Language

What is Chapel?
---------------
Chapel is an emerging programming language designed for productive
Chapel is a modern programming language designed for productive
parallel computing at scale. Chapel's design and implementation have
been undertaken with portability in mind, permitting Chapel to run on
multicore desktops and laptops, commodity clusters, and the cloud, in
Expand All @@ -26,7 +26,7 @@ For more information about Chapel, please refer to the following resources:

===================== ========================================
Project homepage: http://chapel.cray.com
Installing Chapel: http://chapel.cray.com/install.html
Installing Chapel: http://chapel.cray.com/download.html
Building from source: `QUICKSTART.rst <QUICKSTART.rst>`_ (in this directory)
Sample computations: http://chapel.cray.com/hellos.html
Learning Chapel: http://chapel.cray.com/learning.html
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/source/users-guide/base/hello.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ complete Chapel program. If you type or paste it into a text editor
and save it into a file, say ``hello.chpl``, you'll have written your
first Chapel program.

Given a working Chapel compiler (see `Installing Chapel
<http://chapel.cray.com/install.html>`_ for details), you can compile
Given a working Chapel compiler (see `Downloading Chapel
<http://chapel.cray.com/download.html>`_ for details), you can compile
the program using::

chpl hello.chpl -o hello
Expand Down

0 comments on commit 3c4867f

Please sign in to comment.