mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
Merge pull request #47 from palfrey/moved-repo-badges
Update all the links to the new organisation
This commit is contained in:
commit
54c05c20bf
2 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
# Deps.rs
|
||||
|
||||
[![Build Status](https://travis-ci.org/srijs/deps.rs.svg?branch=master)](https://travis-ci.org/srijs/deps.rs)
|
||||
[![dependency status](https://deps.rs/repo/github/srijs/deps.rs/status.svg)](https://deps.rs/repo/github/srijs/deps.rs)
|
||||
[![GitHub license](https://img.shields.io/github/license/srijs/deps.rs.svg)](https://github.com/srijs/deps.rs/blob/master/LICENSE)
|
||||
[![Build Status](https://travis-ci.org/deps-rs/deps.rs.svg?branch=master)](https://travis-ci.org/deps-rs/deps.rs)
|
||||
[![dependency status](https://deps.rs/repo/github/deps-rs/deps.rs/status.svg)](https://deps.rs/repo/github/deps-rs/deps.rs)
|
||||
[![GitHub license](https://img.shields.io/github/license/deps-rs/deps.rs.svg)](https://github.com/deps-rs/deps.rs/blob/master/LICENSE)
|
||||
|
||||
## Call for maintainer(s)
|
||||
|
||||
A group of volunteers has recently picked up maintainership for this project. If you are interested in contributing to `deps.rs`, please let us know by commenting under [this issue](https://github.com/srijs/deps.rs/issues/40).
|
||||
A group of volunteers has recently picked up maintainership for this project. If you are interested in contributing to `deps.rs`, please let us know by commenting under [this issue](https://github.com/deps-rs/deps.rs/issues/40).
|
||||
|
||||
## Copyright and License
|
||||
|
||||
|
|
|
@ -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