Skip to content

Commit c3029ca

Browse files
authored
Merge pull request #1156 from krtab/master
Correct WASM book link on what/wasm page
2 parents 54f699c + 31ddcb7 commit c3029ca

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)