From 3c4867f9a7fb86909d9108189f967e73aa3e8a35 Mon Sep 17 00:00:00 2001 From: Brad Chamberlain Date: Thu, 6 Oct 2016 11:57:53 -0700 Subject: [PATCH] Replace download.html with install.html in source repo We're retiring install.html as a main URL, focusing on download.html instead. While here, replaced 'emerging' with 'modern' in top-level README. --- README.rst | 4 ++-- doc/sphinx/source/users-guide/base/hello.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 38bf67c40ae3..28c92139400b 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 `_ (in this directory) Sample computations: http://chapel.cray.com/hellos.html Learning Chapel: http://chapel.cray.com/learning.html diff --git a/doc/sphinx/source/users-guide/base/hello.rst b/doc/sphinx/source/users-guide/base/hello.rst index e6b507bdd81c..7fd4b0a16b89 100644 --- a/doc/sphinx/source/users-guide/base/hello.rst +++ b/doc/sphinx/source/users-guide/base/hello.rst @@ -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 -`_ for details), you can compile +Given a working Chapel compiler (see `Downloading Chapel +`_ for details), you can compile the program using:: chpl hello.chpl -o hello