We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8741863 commit dde3e32Copy full SHA for dde3e32
index.html
@@ -10,15 +10,15 @@
10
11
<div class='books'>
12
13
- <a href='https://raytracing.github.io/InOneWeekend/'>
+ <a href='books/RayTracingInOneWeekend.html'>
14
<img src='images/RTOneWeekend.jpg' width='234' height='375' alt='Ray Tracing: In One Weekend'>
15
</a>
16
17
- <a href='https://raytracing.github.io/TheNextWeek/'>
+ <a href='books/RayTracingTheNextWeek.html'>
18
<img src='images/RTNextWeek.jpg' width='234' height='375' alt='Ray Tracing: The Next Week'>
19
20
21
- <a href='https://raytracing.github.io/TheRestOfYourLife/'>
+ <a href='books/RayTracingTheRestOfYourLife.html'>
22
<img src='images/RTRestOfYourLife.jpg' width='234' height='375' alt='Ray Tracing: The Rest Of Your Life'>
23
24
0 commit comments