Skip to content

Commit

Permalink
fix: replace old book url by new url
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed May 17, 2024
1 parent cee3e97 commit c5029cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/esta_semana_en_rust/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn Header() -> impl IntoView {
<ul class="flex items-center gap-6 flex-col lg:flex-row lg:items-center ">

<li class="nav-item">
<a href="https://rustlang-es.org/rust-book-es" target="_blank">
<a href="https://book.rustlang-es.org" target="_blank">
"El libro"
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn Header() -> impl IntoView {

<ul class="flex items-center gap-6 flex-col lg:flex-row lg:items-center">
<li class="nav-item">
<a href="https://rustlang-es.org/rust-book-es" target="_blank">
<a href="https://book.rustlang-es.org" target="_blank">
"El libro"
</a>
</li>
Expand Down

0 comments on commit c5029cf

Please sign in to comment.