[Chapel Merge] Add missing hyperlink now that .rst files are bein

Branch: refs/heads/main
Revision: 236ab57
Author: bradcray
Link: Add missing hyperlink now that .rst files are being rendered on the web by bradcray · Pull Request #18809 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #18809 from bradcray/fix-quickstart-hyperlink

Add missing hyperlink now that .rst files are being rendered on the web

[reviewed by @mstrout]

While proofreading the CHANGES.md file for 1.25.1, Michelle noted that
there was a hyperlink missing in this file, which is due to the edit
in question having pre-dated any intention to render these docs on the
web. Now that we are, the lack of a hyperlink seems problematic, so add
one.

[Note that I suspect there are other places in the developer best practices
where links are similarly missing, as I don't know that they received a great
deal of scrutiny before being added online, and that I didn't put any effort
into looking for other cases in putting this PR together].

Modified Files:
M doc/rst/developer/bestPractices/GettingStarted.rst

Compare: https://github.com/chapel-lang/chapel/compare/a434612d3f97...236ab577ff00