From: Matteo Redaelli Date: Tue, 25 Aug 2020 15:19:45 +0000 (+0200) Subject: Update README.md X-Git-Tag: v0.9.0~174^2~5^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=a53b4df8b6f08ad86209894814a2f0694b9c8ed1;p=scryer-prolog.git Update README.md wrong link to source file dcgs.pl --- diff --git a/README.md b/README.md index 1ce4b829..12a4874f 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ the exact same internal representation, and has the advantage that only the standard predicate `(=)/2` is used. Definite clause grammars as provided by -[`library(dcgs)`](src/lib/lists.pl), and the predicates from +[`library(dcgs)`](src/lib/dcgs.pl), and the predicates from [`library(lists)`](src/lib/lists.pl), are ideally suited for reasoning about strings.