Skip to content

Commit 44429e6

Browse files
committed
fix: solve a problem fetching the contributors
1 parent 1330244 commit 44429e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/contributors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub struct Contributor {
1717

1818
async fn fetch_contributors() -> Result<Vec<Contributor>> {
1919
let response = reqwasm::http::Request::get(
20-
"https://api.github.com/repos/RustLangES/rustlang-es.org/contributors",
20+
"https://api.github.com/repos/RustLangES/rustlanges.github.io/contributors",
2121
)
2222
.send()
2323
.await?

0 commit comments

Comments
 (0)