Skip to content

Commit 45510e7

Browse files
committed
Fix link to mobile pdf
1 parent dc3eccf commit 45510e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2>Other pages</h2>
102102
<ul class="links">
103103
<li><a href="code">Code sandbox and exercise solutions</a></li>
104104
<li><a href="errata.html">Errata for the paper book</a></li>
105-
<li><a href="http://eloquentjavascript.net/2nd_edition/Eloquent_JavaScript.pdf">This book as a single PDF file</a> (&amp; <a href="http://eloquentjavascript.net/Eloquent_JavaScript_small.pdf">small version for mobile</a>)</li>
105+
<li><a href="http://eloquentjavascript.net/2nd_edition/Eloquent_JavaScript.pdf">This book as a single PDF file</a> (&amp; <a href="http://eloquentjavascript.net/2nd_edition/Eloquent_JavaScript_small.pdf">small version for mobile</a>)</li>
106106
<li><a href="http://eloquentjavascript.net/2nd_edition/Eloquent_JavaScript.epub">This book as an EPUB file</a></li>
107107
<li><a href="http://eloquentjavascript.net/2nd_edition/Eloquent_JavaScript.mobi">This book as a MOBI (Kindle) file</a></li>
108108
<li><a href="http://eloquentjavascript.net/1st_edition">The first edition of the book</a></li>

0 commit comments

Comments
 (0)