diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-03-12 18:15:38 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-15 10:17:54 -0400 |
commit | 610ec224a49e092c802a336570fd9613ea15ef3c (patch) | |
tree | cc79ac561669b51099eb37f222e8179d48a54d59 /docs/users_guide/editing-guide.rst | |
parent | afc80730fd235f5c5b2d0b9fc5a10c16ef9865f6 (diff) | |
download | haskell-610ec224a49e092c802a336570fd9613ea15ef3c.tar.gz |
Update Trac ticket URLs to point to GitLab
This moves all URL references to Trac tickets to their corresponding
GitLab counterparts.
Diffstat (limited to 'docs/users_guide/editing-guide.rst')
-rw-r--r-- | docs/users_guide/editing-guide.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/users_guide/editing-guide.rst b/docs/users_guide/editing-guide.rst index 27ddbd2e29..fcff03b6fe 100644 --- a/docs/users_guide/editing-guide.rst +++ b/docs/users_guide/editing-guide.rst @@ -180,10 +180,10 @@ from other points in the document, See :ref:`options-platform` for details. -To GHC Trac resources -^^^^^^^^^^^^^^^^^^^^^ +To GHC resources +^^^^^^^^^^^^^^^^ -There are special macros for conveniently linking to GHC Trac +There are special macros for conveniently linking to GHC Wiki articles and tickets, .. code-block:: rest @@ -250,7 +250,7 @@ Index entries Index entries can be included anywhere in the document as a block element. They look like, - + .. code-block:: rest Here is some discussion on the Strict Haskell extension. @@ -374,7 +374,7 @@ must match the definition exactly, including the arguments. A quick way to find the exact names and special characters is, .. code-block:: sh - + $ git grep -- "flag:: -o " which will generate the appropriate, |