Skip to content

Commit

Permalink
Merge pull request #27 from MisterErwin/pragprog-links
Browse files Browse the repository at this point in the history
Fix pragprog.com book links
  • Loading branch information
parrt authored Dec 28, 2023
2 parents d850b58 + 4ffbbfb commit 67e1e4b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h2><a href="testimonials.html">Testimonials</a></h2>
ANTLR is an exceptionally powerful and flexible tool for parsing
formal languages. At Twitter, we use it exclusively for query parsing
in Twitter search. Our grammars are clean and concise, and the
generated code is efficient and stable. The <a href="http://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference">book</a> is our go-to
generated code is efficient and stable. The <a href="http://pragprog.com/titles/tpantlr2/the-definitive-antlr-4-reference">book</a> is our go-to
reference for ANTLR v4 -- engaging writing, clear descriptions and
practical examples all in one place.
<strong>Samuel Luckenbill, Senior Manager of Search Infrastructure, Twitter, inc.</strong>
Expand Down Expand Up @@ -193,9 +193,9 @@ <h2><a href="testimonials.html">Testimonials</a></h2>
<div class="col3" id="resources">
<h2>Resources</h2>

<a href="http://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference"><img src="images/tpantlr2.jpg"
<a href="http://pragprog.com/titles/tpantlr2/the-definitive-antlr-4-reference"><img src="images/tpantlr2.jpg"
width=110></a>
<a href="http://pragprog.com/book/tpdsl/language-implementation-patterns"><img src="images/tpdsl.jpg"
<a href="http://pragprog.com/titles/tpdsl/language-implementation-patterns"><img src="images/tpdsl.jpg"
width=110></a>

<br><br><a href="https://github.com/antlr/antlr4/blob/master/doc/getting-started.md">Getting started with ANTLR v4</a>
Expand Down
2 changes: 1 addition & 1 deletion scripts/bottomnav.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ document.write("<ul>");
document.write("<li><a href='/index.html'>Index</a></li>");
document.write("<li><a href='/download.html'>Download</a></li>\n");
document.write("<li><a href='/tools.html'>Dev Tools</a></li> \n");
document.write("<li><a href='http://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference'>Book</a></li> \n");
document.write("<li><a href='http://pragprog.com/titles/tpantlr2/the-definitive-antlr-4-reference'>Book</a></li> \n");
document.write("<li><a href='https://github.com/antlr/antlr4/blob/4.6/doc/index.md'>Doc</a></li>\n");
document.write("<li><a href='/about.html'>About ANTLR</a></li>\n");
document.write("<li><a href='/support.html'>Support</a></li> \n");
Expand Down
2 changes: 1 addition & 1 deletion scripts/leftnav.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ document.write("<li><a href='/download.html'>Download</a></li>");
document.write("<li>Resources");
document.write("<ul>");
document.write("<li><a href='https://github.com/antlr/antlr4/blob/master/doc/getting-started.md'>Getting Started</a></li>");
document.write("<li><a href='http://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference'>ANTLR v4 Book</a></li>");
document.write("<li><a href='http://pragprog.com/titles/tpantlr2/the-definitive-antlr-4-reference'>ANTLR v4 Book</a></li>");
document.write("<li><a href='https://github.com/antlr/antlr4/blob/4.6/doc/index.md'>Documentation</a></li>");
document.write("<li><a href='/api'>Runtime API</a></li>");
document.write("<li><a href='http://pragprog.com/titles/tpantlr2/source_code'>Examples (from book)</a></li>");
Expand Down
2 changes: 1 addition & 1 deletion scripts/topnav.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
document.write("<ul>");
document.write("<li><a href='/download.html'>Download<span>v4.13.1</span></a></li>\n");
document.write("<li><a href='/tools.html'>Dev Tools</a></li> \n");
document.write("<li><a href='http://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference'>Book</a></li> \n");
document.write("<li><a href='http://pragprog.com/titles/tpantlr2/the-definitive-antlr-4-reference'>Book</a></li> \n");
document.write("<li><a href='https://github.com/antlr/antlr4/blob/master/doc/index.md'>Doc</a></li>\n");
document.write("<li><a href='/about.html'>About ANTLR</a></li>\n");
document.write("<li><a href='/support.html'>Support</a></li> \n");
Expand Down
2 changes: 1 addition & 1 deletion testimonials.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>Featured Testimonials</h1>
ANTLR is an exceptionally powerful and flexible tool for parsing
formal languages. At Twitter, we use it exclusively for query parsing
in Twitter search. Our grammars are clean and concise, and the
generated code is efficient and stable. The <a href="http://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference">book</a> is our go-to
generated code is efficient and stable. The <a href="http://pragprog.com/titles/tpantlr2/the-definitive-antlr-4-reference">book</a> is our go-to
reference for ANTLR v4 -- engaging writing, clear descriptions and
practical examples all in one place.</i><br>
<strong>Samuel Luckenbill, Senior Manager of Search Infrastructure, Twitter, inc.</strong>
Expand Down

0 comments on commit 67e1e4b

Please sign in to comment.