Skip to content

Commit b18288a

Browse files
Steve Hollaschhollasch
authored andcommitted
README: Update top-level readme
1 parent 4736ae2 commit b18288a

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ Ray Tracing in One Weekend Book Series
33

44
| ![RT in One Weekend][cover1] | ![RT The Next Week][cover2] | ![RT The Rest of Your Life][cover3] |
55
|:----------------------------:|:---------------------------:|:-----------------------------------:|
6-
| [In One Weekend][] | [The Next Week][] | [The Rest Of Your Life][] |
6+
| [In One Weekend][book1] | [The Next Week][book2] | [The Rest of Your Life][book3] |
77

88

99
Getting the Books
1010
------------------
11-
The _Ray Tracing in One Weekend_ series of books are now available to the public for free in PDF
12-
form, along with the accompanying source code. Currently, we are also readying the first web release
13-
of these books, for even easier access.
11+
The _Ray Tracing in One Weekend_ series of books are now available to the public for free directly
12+
from the web:
1413

15-
Releases are available [directly from GitHub][releases], or from Eric Haines's
16-
[Real-Time Rendering][] site. Alternatively, you can purchase the Kindle version of this series from
17-
Amazon.com ([in One Weekend][Amazon1], [The Next Week][Amazon2], [The Rest Of Your Life][Amazon3]).
18-
Half of the proceeds of these sales go to [Hack the Hood][], a really neat organization.
14+
- [Ray Tracing in One Weekend][web1]
15+
- [Ray Tracing: The Next Week][web2]
16+
- [Ray Tracing: The Rest of Your Life][web3]
17+
18+
For printed copies, or to create PDF versions, use the print function in your browser. These books
19+
have been properly formatted for print versions as well.
1920

2021

2122
Corrections & Contributions
@@ -25,17 +26,15 @@ review the [CONTRIBUTING][] document for the most effective way to proceed.
2526

2627

2728

28-
[Amazon1]: https://amazon.com/dp/B01B5AODD8
29-
[Amazon2]: https://amazon.com/dp/B01CO7PQ8C
30-
[Amazon3]: https://amazon.com/dp/B01DN58P8C
29+
[book1]: books/RayTracingInOneWeekend.html
30+
[book2]: books/RayTracingTheNextWeek.html
31+
[book3]: books/RayTracingTheRestOfYourLife.html
3132
[CONTRIBUTING]: ./CONTRIBUTING.md
3233
[cover1]: images/RTOneWeekend-small.jpg
3334
[cover2]: images/RTNextWeek-small.jpg
3435
[cover3]: images/RTRestOfYourLife-small.jpg
35-
[in One Weekend]: books/RayTracingInOneWeekend.html
3636
[releases]: https://github.com/RayTracing/raytracing.github.io/releases/
37-
[Hack the Hood]: https://hackthehood.org/
38-
[Real-Time Rendering]: https://realtimerendering.com/#books-small-table
3937
[submit issues via GitHub]: https://github.com/raytracing/raytracing.github.io/issues/
40-
[The Next Week]: books/RayTracingTheNextWeek.html
41-
[The Rest Of Your Life]: books/RayTracingTheRestOfYourLife.html
38+
[web1]: https://raytracing.github.io/books/RayTracingInOneWeekend.html
39+
[web2]: https://raytracing.github.io/books/RayTracingTheNextWeek.html
40+
[web3]: https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html

0 commit comments

Comments
 (0)