summaryrefslogtreecommitdiff
path: root/docs/users_guide/sooner.rst
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2019-03-18 22:07:06 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-19 23:22:36 -0400
commit89a201e88a9313ecff4f5659c38e40136cfc0b76 (patch)
treee5f8d8e9d53e5285564412619aed9f49d8a67ab7 /docs/users_guide/sooner.rst
parent398f2cbc6af6fcb6135ba2d56c154869bea071a0 (diff)
downloadhaskell-89a201e88a9313ecff4f5659c38e40136cfc0b76.tar.gz
users-guide: Update Wiki URLs to point to GitLab
The user's guide uses the `ghc-wiki` macro, and substitution rules are complicated. So I manually edited `.rst` files without sed. I changed `Commentary/Latedmd` only to a different page. It is more appropriate as an example. [ci skip]
Diffstat (limited to 'docs/users_guide/sooner.rst')
-rw-r--r--docs/users_guide/sooner.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/sooner.rst b/docs/users_guide/sooner.rst
index fbbb61da59..21b280f0dc 100644
--- a/docs/users_guide/sooner.rst
+++ b/docs/users_guide/sooner.rst
@@ -205,7 +205,7 @@ Newtypes are better than datatypes:
Look for your function in the interface file, then for the third
field in the pragma; it should say ``Strictness: ⟨string⟩``. The
⟨string⟩ gives the strictness of the function's arguments: see
- :ghc-wiki:`the GHC Commentary <Commentary/Compiler/Demand>`
+ :ghc-wiki:`the GHC Commentary <commentary/compiler/demand>`
for a description of the strictness notation.
For an "unpackable" ``U(...)`` argument, the info inside tells the