Skip to content

Commit 2b0fd39

Browse files
committed
Fix a few epub issues
Issue marijnh#139
1 parent f5f5837 commit 2b0fd39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

00_intro.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ JavaScript in.
403403
Throughout the book, there are five _project chapters_, which describe
404404
larger example programs to give you a taste of real programming. In
405405
order of appearance, we will work through building an
406-
link:07_elife.html[artificial life simulation], a
407-
link:11_language.html[programming language], a
406+
link:07_elife.html#elife[artificial life simulation], a
407+
link:11_language.html#language[programming language], a
408408
link:15_game.html#game[platform game], a
409409
link:19_paint.html#paint[paint program], and a
410410
link:21_skillsharing.html#skillsharing[dynamic website].

02_program_structure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ exercises, refer to the end of the introduction.
867867

868868
Each exercise starts with a problem description. Read that and try to
869869
solve the exercise. If you run into problems, consider reading the
870-
hints (!interactive after the exercise!)(!book at the link:solutions[end of the book]!).
870+
hints (!interactive after the exercise!)(!book at the link:hints.html#hints[end of the book]!).
871871
Full solutions to the exercises are not included in this
872872
book, but you can find them online at
873873
http://eloquentjavascript.net/code[_eloquentjavascript.net/code_].

epub/frontmatter.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<p style="font-size: 80%">The second edition of Eloquent JavaScript was made possible
3030
by <a href="http://eloquentjavascript.net/backers.html">454 financial backers</a>.</p>
3131

32-
<p>A <a href="http://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5">paper version</a> of Eloquent JavaScript, including a bonus
32+
<p>A <a href="http://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1593275846&amp;linkCode=as2&amp;tag=marijhaver-20&amp;linkId=VPXXXSRYC5COG5R5">paper version</a> of Eloquent JavaScript, including a bonus
3333
chapter, is being brought out
3434
by <a href="http://www.nostarch.com/">No Starch Press</a>.
3535
They also sell a more polished EPUB version that includes the bonus chapter.</p>

0 commit comments

Comments
 (0)