Update links in mod.rs as well

This commit is contained in:
Tom Parker-Shemilt 2020-09-29 20:29:22 +01:00
parent f398347b4e
commit 426b8a56a4

View file

@ -57,12 +57,12 @@ fn render_footer(duration: Option<Duration>) -> Markup {
p {
strong { "Deps.rs" }
" is a service for the Rust community. It is open source on "
a href="https://github.com/srijs/deps.rs" { "GitHub" }
a href="https://github.com/deps-rs/deps.rs" { "GitHub" }
"."
}
p {
"Please report any issues on the "
a href="https://github.com/srijs/deps.rs/issues" { "issue tracker" }
a href="https://github.com/deps-rs/deps.rs/issues" { "issue tracker" }
"."
}
@if let Some(millis) = duration_millis {