summaryrefslogtreecommitdiff
path: root/docs/users_guide/separate_compilation.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/separate_compilation.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/separate_compilation.rst')
-rw-r--r--docs/users_guide/separate_compilation.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/users_guide/separate_compilation.rst b/docs/users_guide/separate_compilation.rst
index 8c997f0942..1c5e34a479 100644
--- a/docs/users_guide/separate_compilation.rst
+++ b/docs/users_guide/separate_compilation.rst
@@ -657,9 +657,7 @@ this time with the fingerprints on the things it needed last time
are all the same it stops compiling early in the process saying
“Compilation IS NOT required”. What a beautiful sight!
-You can read about `how all this
-works <http://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/RecompilationAvoidance>`__
-in the GHC commentary.
+You can read about :ghc-wiki:`how all this works <commentary/compiler/recompilation-avoidance>` in the GHC commentary.
.. _mutual-recursion: