summaryrefslogtreecommitdiff
path: root/compiler/parser/Parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/parser/Parser.y')
-rw-r--r--compiler/parser/Parser.y5
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/parser/Parser.y b/compiler/parser/Parser.y
index 9e3d5ff14e..e3760906dd 100644
--- a/compiler/parser/Parser.y
+++ b/compiler/parser/Parser.y
@@ -253,7 +253,10 @@ structured editors.
The helper functions are defined at the bottom of this file.
-See https://ghc.haskell.org/trac/ghc/wiki/GhcAstAnnotations for some background.
+See
+ https://ghc.haskell.org/trac/ghc/wiki/ApiAnnotations and
+ https://ghc.haskell.org/trac/ghc/wiki/GhcAstAnnotations
+for some background.
-- -----------------------------------------------------------------------------