From 80ea5c2ccbeec5e1722afa11f2f32cce4e4ff8a7 Mon Sep 17 00:00:00 2001 From: Brad Chamberlain Date: Tue, 8 Sep 2020 17:54:43 -0700 Subject: [PATCH] Fix / add links to GitHub / GitHub issues --- doc/rst/technotes/extern.rst | 4 +++- doc/rst/technotes/firstClassFns.rst | 4 +++- doc/rst/usingchapel/bugs.rst | 2 ++ doc/rst/usingchapel/building.rst | 5 ++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/rst/technotes/extern.rst b/doc/rst/technotes/extern.rst index 7162f20b26df..ae755056ba73 100644 --- a/doc/rst/technotes/extern.rst +++ b/doc/rst/technotes/extern.rst @@ -999,4 +999,6 @@ Future Directions We intend to continue improving these capabilities to provide richer support for external types and functions over time. If you have specific requests for improvement, please let us know on the -Chapel GitHub issue page or community forums. +`Chapel GitHub issues page`_ or community forums. + +.. _Chapel GitHub issues page: https://github.com/chapel-lang/chapel/issues diff --git a/doc/rst/technotes/firstClassFns.rst b/doc/rst/technotes/firstClassFns.rst index d849cb041696..dde9634d3b4c 100644 --- a/doc/rst/technotes/firstClassFns.rst +++ b/doc/rst/technotes/firstClassFns.rst @@ -150,5 +150,7 @@ Future Directions Over time, we will be improving the support for first-class functions and their syntax. If you have specific feature requests or -suggestions, please let us know on the Chapel GitHub issues page or +suggestions, please let us know on the `Chapel GitHub issues page`_ or community forums. + +.. _Chapel GitHub issues page: https://github.com/chapel-lang/chapel/issues diff --git a/doc/rst/usingchapel/bugs.rst b/doc/rst/usingchapel/bugs.rst index 80bbddd11e2d..5e5643f3d815 100644 --- a/doc/rst/usingchapel/bugs.rst +++ b/doc/rst/usingchapel/bugs.rst @@ -7,3 +7,5 @@ Reporting Chapel Issues Chapel uses `GitHub Issues`_ to track public issues. If you have a bug report, feature request, or other issue to report, please use the "New Issue" button on that page to file it. + +.. _GitHub Issues: https://github.com/chapel-lang/chapel/issues diff --git a/doc/rst/usingchapel/building.rst b/doc/rst/usingchapel/building.rst index f0981effb1a6..1feca9d05256 100644 --- a/doc/rst/usingchapel/building.rst +++ b/doc/rst/usingchapel/building.rst @@ -163,7 +163,7 @@ new build environment by creating ``Makefile.`` and/or ``Makefile.`` files and setting your environment variables to refer to those files. If you do develop new build environment support that you would like to contribute back to the community, we encourage -you to submit a pull request to the Chapel GitHub repository. +you to submit a pull request to the `Chapel GitHub repository`_. .. _readme-installing: @@ -186,3 +186,6 @@ See ``./configure --help`` for more information on the options available. ``./configure`` will save the current configuration into a ``chplconfig`` file and can set the installation path that will be compiled in to the ``chpl`` binary. + + +.. _Chapel GitHub repository: https://github.com/chapel-lang/chapel