Skip to content

Commit e2c68a3

Browse files
committed
website: fix english download button link
1 parent 20f6a75 commit e2c68a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/themes/moderncpp/layout/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<h2>Second Edition</h2>
4141
<p>
4242
<a class="button white" href="<%- url_for("/modern-cpp/en-us/00-preface/") %>">🇬🇧 Read Online</a>
43-
<a class="button download" href="<%- url_for("/modern-cpp/en-us/00-preface/") %>">🇬🇧 Download</a>
43+
<a class="button download" href="<%- url_for("/modern-cpp/pdf/modern-cpp-tutorial-en-us.pdf") %>">🇬🇧 Download</a>
4444
</p>
4545
</div>
4646
</div>

0 commit comments

Comments
 (0)