Skip to content

Commit d249417

Browse files
committed
Replace (defunct) a-fwd links with direct amazon links
It'd be great if there was a more generic way to link to local bookstores, but I haven't found it.
1 parent fa72430 commit d249417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div id=cover>
2323

2424
<p style="margin: 1em 0">
25-
<a href="http://a-fwd.com/com=marijhaver-20&asin-com=1593279507">
25+
<a href="https://www.amazon.com/gp/product/1593279507/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593279507&linkCode=as2&tag=marijhaver-20&linkId=d8642c0457954f03e27c02b0034d0d60">
2626
<img src="img/cover.jpg" alt="Cover image" style="border: 1px solid black; max-width: 100%; box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.4)">
2727
</a>
2828
</p>
@@ -31,7 +31,7 @@ <h1>Eloquent JavaScript<div style="font-size: 70%">3rd edition</div></h2>
3131

3232
<p>This is a book about JavaScript, programming, and the wonders of
3333
the digital. You can read it online here, or get your own
34-
<a href="http://a-fwd.com/com=marijhaver-20&asin-com=1593279507">paperback
34+
<a href="https://www.amazon.com/gp/product/1593279507/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593279507&linkCode=as2&tag=marijhaver-20&linkId=d8642c0457954f03e27c02b0034d0d60">paperback
3535
copy</a>.</p>
3636

3737
<p>Written by Marijn Haverbeke.</p>

0 commit comments

Comments
 (0)