update links

This commit is contained in:
Sierra 2024-04-18 21:24:11 -05:00
parent 07a73684a8
commit 7c606576fb
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ impl Page for HomePage {
html! {
hr;
p {"Built with nix/cargo"}
p {"Source " a href="https://git.casuallyblue.dev/flakes/webring"{"here"}}
p {"Source " a href="https://git.casuallyblue.dev/sierra/webring"{"here"}}
}
}

View file

@ -68,7 +68,7 @@ impl Page for UpdatesPage {
}
fn content(&self) -> Markup {
let Ok(content) = reqwest::blocking::get("https://git.casuallyblue.dev/casuallyblue/webring/rss/branch/main") else {
let Ok(content) = reqwest::blocking::get("https://git.casuallyblue.dev/sierra/webring/rss/branch/main") else {
return html!{};
};