Skip to content

Commit c5029cf

Browse files
committed
fix: replace old book url by new url
1 parent cee3e97 commit c5029cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/esta_semana_en_rust/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub fn Header() -> impl IntoView {
3737
<ul class="flex items-center gap-6 flex-col lg:flex-row lg:items-center ">
3838

3939
<li class="nav-item">
40-
<a href="https://rustlang-es.org/rust-book-es" target="_blank">
40+
<a href="https://book.rustlang-es.org" target="_blank">
4141
"El libro"
4242
</a>
4343
</li>

src/components/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn Header() -> impl IntoView {
3131

3232
<ul class="flex items-center gap-6 flex-col lg:flex-row lg:items-center">
3333
<li class="nav-item">
34-
<a href="https://rustlang-es.org/rust-book-es" target="_blank">
34+
<a href="https://book.rustlang-es.org" target="_blank">
3535
"El libro"
3636
</a>
3737
</li>

0 commit comments

Comments
 (0)