Skip to content

Commit dde3e32

Browse files
committed
Fix up book links in index.html
1 parent 8741863 commit dde3e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
<div class='books'>
1212

13-
<a href='https://raytracing.github.io/InOneWeekend/'>
13+
<a href='books/RayTracingInOneWeekend.html'>
1414
<img src='images/RTOneWeekend.jpg' width='234' height='375' alt='Ray Tracing: In One Weekend'>
1515
</a>
1616

17-
<a href='https://raytracing.github.io/TheNextWeek/'>
17+
<a href='books/RayTracingTheNextWeek.html'>
1818
<img src='images/RTNextWeek.jpg' width='234' height='375' alt='Ray Tracing: The Next Week'>
1919
</a>
2020

21-
<a href='https://raytracing.github.io/TheRestOfYourLife/'>
21+
<a href='books/RayTracingTheRestOfYourLife.html'>
2222
<img src='images/RTRestOfYourLife.jpg' width='234' height='375' alt='Ray Tracing: The Rest Of Your Life'>
2323
</a>
2424

0 commit comments

Comments
 (0)