Skip to content

Commit

Permalink
Fix / add links to GitHub / GitHub issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bradcray committed Sep 9, 2020
1 parent 1d07360 commit 80ea5c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion doc/rst/technotes/extern.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion doc/rst/technotes/firstClassFns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions doc/rst/usingchapel/bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion doc/rst/usingchapel/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ new build environment by creating ``Makefile.<compiler>`` and/or
``Makefile.<platform>`` 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:

Expand All @@ -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

0 comments on commit 80ea5c2

Please sign in to comment.