Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hyperlink to DCG basics doc page #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ <h4>If you can't use phrase_from_file</h4>
<h2>9 A Few Practical Hints</h2>
<h3>9_1 basics.pl</h3>
<p>A handy set of commonly used DCG primitives is available in
<a href='http://www.swi-prolog.org/pldoc/doc/swi/library/dcg/basics.pl'>DCG Basics</a>. This lib has recently moved out of the http stuff, if you have an older version it may be elsewhere as <code>http/dcg_basics.pl</code>.</p>
<a href='http://www.swi-prolog.org/pldoc/doc/_SWI_/library/dcg/basics.pl'>DCG Basics</a>. This lib has recently moved out of the http stuff, if you have an older version it may be elsewhere as <code>http/dcg_basics.pl</code>.</p>

<div class='precode'><pre><code>:- use_module(library(dcg/basics)).
</code></pre></div>
Expand Down