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 cee3e97 commit c5029cfCopy full SHA for c5029cf
src/components/esta_semana_en_rust/header.rs
@@ -37,7 +37,7 @@ pub fn Header() -> impl IntoView {
37
<ul class="flex items-center gap-6 flex-col lg:flex-row lg:items-center ">
38
39
<li class="nav-item">
40
- <a href="https://rustlang-es.org/rust-book-es" target="_blank">
+ <a href="https://book.rustlang-es.org" target="_blank">
41
"El libro"
42
</a>
43
</li>
src/components/header.rs
@@ -31,7 +31,7 @@ pub fn Header() -> impl IntoView {
31
32
<ul class="flex items-center gap-6 flex-col lg:flex-row lg:items-center">
33
34
35
36
0 commit comments