Skip to content

Commit 28406f6

Browse files
committed
website: drop reference to old Kindle versions
1 parent e4a9f54 commit 28406f6

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

index.html

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<h1 class="title">Ray Tracing in One Weekend<br><br>The Book Series</h1>
1010

1111
<div class='books'>
12-
1312
<a href='books/RayTracingInOneWeekend.html'>
1413
<img src='images/RTOneWeekend.jpg' width='202' height='325' alt='Ray Tracing: In One Weekend'>
1514
</a>
@@ -21,9 +20,9 @@ <h1 class="title">Ray Tracing in One Weekend<br>—<br>The Book Series</h1>
2120
<a href='books/RayTracingTheRestOfYourLife.html'>
2221
<img src='images/RTRestOfYourLife.jpg' width='202' height='325' alt='Ray Tracing: The Rest Of Your Life'>
2322
</a>
24-
2523
</div>
2624

25+
2726
<h1 id='books'>Getting the Books</h1>
2827

2928
<p>The <cite>Ray Tracing in One Weekend</cite> series of books are now available to the public for free online. They
@@ -33,14 +32,7 @@ <h1 id='books'>Getting the Books</h1>
3332
service to other users.)
3433

3534
<p>Hit any of the book cover images above to begin reading. These books are formatted for printing directly from your
36-
browser, where you can also (on most browsers) save them as PDF. Finally, the original versions are also available on
37-
Kindle from Amazon:
38-
39-
<ol>
40-
<li><a href="https://amazon.com/dp/B01B5AODD8">Ray Tracing In One Weekend</a>
41-
<li><a href="https://amazon.com/dp/B01CO7PQ8C">Ray Tracing: The Next Week</a>
42-
<li><a href="https://amazon.com/dp/B01DN58P8C">Ray Tracing: The Rest Of Your Life</a>
43-
</ol>
35+
browser, where you can also (on most browsers) save them as PDF.
4436

4537

4638
<h1 id='overview'>Overview</h1>
@@ -65,6 +57,7 @@ <h1 id='overview'>Overview</h1>
6557

6658

6759
<h1 id='source'>Source Code</h1>
60+
6861
<p>Source code for each book may be found in the GitHub repository:
6962
<a href="https://github.com/RayTracing/raytracing.github.io">https://github.com/RayTracing/raytracing.github.io</a>.
7063
You can also directly download the latest version of the entire project (all three books) as a single archive file:
@@ -75,13 +68,13 @@ <h1 id='source'>Source Code</h1>
7568

7669

7770
<h1 id='issues'>Issues</h1>
71+
7872
<p>You can browse book suggestions and errors in the
7973
<a href="https://github.com/RayTracing/raytracing.github.io/issues">GitHub issues database</a>. If you have a
8074
suggestion or believe you've found an error, please check these issues first (including closed issues) to ensure that
8175
it hasn't already been reported. If it hasn't, please create a new entry, describing the issue, book, specific
8276

8377

84-
8578
<h1 id='contributing'>Contributing</h1>
8679
<p>Interested in helping out? Please read the guidelines in the <a href="CONTRIBUTING.md">CONTRIBUTING.md</a> document
8780
first. <em>Pull requests without associated issues, or submitted without coordination, are highly likely to be
@@ -151,8 +144,6 @@ <h2>Diagramming</h2>
151144
<li><a href="https://limnu.com/">Limnu</a>
152145
</ul>
153146

154-
155147
</div>
156148

157-
158149
</div>

0 commit comments

Comments
 (0)