mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
Update links in mod.rs as well
This commit is contained in:
parent
f398347b4e
commit
426b8a56a4
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue