Skip to content

Commit c5580a4

Browse files
committed
fix: replace old blog url by new url
1 parent afa7b48 commit c5580a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub fn Header() -> impl IntoView {
4646
<a href="/colaboradores">"Colaboradores"</a>
4747
</li>
4848
<li class="nav-item">
49-
<a href="https://rustlang-es.org/blog/" target="_self">
49+
<a href="https://blog.rustlang-es.org/" target="_self">
5050
"Blog"
5151
</a>
5252
</li>

0 commit comments

Comments
 (0)