Skip to content

Commit 31ddcb7

Browse files
committed
Correct WASM book link on what/wasm page
The link was pointing to the unpublished version of the book, and is now pointing to the published one. Github issue: #1155
1 parent 54f699c commit 31ddcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/what/wasm/get-started.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<p class="flex-grow-1">
2525
{{fluent "wasm-get-started-book-description"}}
2626
</p>
27-
<a href="https://rustwasm.github.io/book" class="button button-secondary">{{fluent "wasm-get-started-book-link"}}</a>
27+
<a href="https://rustwasm.github.io/docs/book" class="button button-secondary">{{fluent "wasm-get-started-book-link"}}</a>
2828
</div>
2929
</div>
3030
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l w-100 mt5 mt2-l">

0 commit comments

Comments
 (0)