summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-12-14 10:17:49 +0100
committerLudovic Courtès <ludo@gnu.org>2017-12-14 10:18:23 +0100
commit2c7d6031f3b334c3e0d6de9c8eb9961439c5166f (patch)
tree705cca2b9cbf8fc3b4de23adef4873ee2d21f456
parentedd97279350cf0da7f2cf662a4c1dc50cbe079a1 (diff)
downloadguile-2c7d6031f3b334c3e0d6de9c8eb9961439c5166f.tar.gz
doc: Update LALR URL.
Reported by Chris Vine <vine35792468@gmail.com>. * doc/ref/api-lalr.texi (LALR(1) Parsing): Update URL.
-rw-r--r--doc/ref/api-lalr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-lalr.texi b/doc/ref/api-lalr.texi
index ecd774fb3..0d47aac85 100644
--- a/doc/ref/api-lalr.texi
+++ b/doc/ref/api-lalr.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2009, 2010
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2009, 2010, 2017
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -8,7 +8,7 @@
@section LALR(1) Parsing
The @code{(system base lalr)} module provides the
-@uref{http://code.google.com/p/lalr-scm/, @code{lalr-scm} LALR(1) parser
+@uref{https://github.com/schemeway/lalr-scm/, @code{lalr-scm} LALR(1) parser
generator by Dominique Boucher}. @code{lalr-scm} uses the same algorithm as GNU
Bison (@pxref{Introduction, Introduction to Bison,, bison, Bison@comma{} The
Yacc-compatible Parser Generator}). Parsers are defined using the