Skip to content

Commit 24a048b

Browse files
committed
Update README with release, issues
The README now points to the official GitHub release page, and directs feedback to the GitHub issues for this repo.
1 parent 13def9c commit 24a048b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Ray Tracing: The Rest Of Your Life
55

66
Getting the Book
77
-----------------
8-
You can download the PDF version of the book from Eric Haine's [Real-Time Rendering] site.
9-
Alternatively, you can purchase a Kindle version of this series from [Amazon.com]. Half of the
10-
proceeds of these sales go to [Hack the Hood], a really neat organization.
8+
The _Ray Tracing in One Weekend_ series of books are now available to the public for free in PDF
9+
form, along with the accompanying source code. Releases are available [directly from GitHub], or
10+
from Eric Haine's [Real-Time Rendering] site. Alternatively, you can purchase the Kindle version of
11+
this series from [Amazon.com]. Half of the proceeds of these sales go to [Hack the Hood], a really
12+
neat organization.
1113

1214
Overview
1315
---------
@@ -25,6 +27,9 @@ will equip you with some of the concepts, math, and terms you will need to study
2527

2628
As before, www.in1weekend.com will have further readings and references.
2729

30+
## Corrections
31+
If you spot errors or have suggested corrections, please [submit issues via GitHub].
32+
2833
Acknowledgements
2934
-----------------
3035
Thanks to Dave Hart and Jean Buckley for help on the original manuscript. Thanks to Paul Melis,
@@ -33,7 +38,9 @@ Nakata Daisuke, Filipe Scur, Vahan Sosoyan, and Matthew Heimlich for finding err
3338

3439

3540
[Amazon.com]: https://amazon.com/dp/B01DN58P8C
41+
[directly from GitHub]: https://github.com/petershirley/raytracingtherestofyourlife/releases/
3642
[Hack the Hood]: http://www.hackthehood.org
3743
[Ray Tracing In One Weekend]: https://github.com/petershirley/raytracinginoneweekend
3844
[Ray Tracing: The Next Week]: https://github.com/petershirley/raytracingthenextweek
3945
[Real-Time Rendering]: http://www.realtimerendering.com/#books-small-table
46+
[submit issues via GitHub]: https://github.com/petershirley/raytracingtherestofyourlife/issues/

0 commit comments

Comments
 (0)