Merge pull request #47 from palfrey/moved-repo-badges

Update all the links to the new organisation
This commit is contained in:
Felix Suchert 2020-09-29 21:42:20 +02:00 committed by GitHub
commit 54c05c20bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -1,12 +1,12 @@
# Deps.rs # Deps.rs
[![Build Status](https://travis-ci.org/srijs/deps.rs.svg?branch=master)](https://travis-ci.org/srijs/deps.rs) [![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/srijs/deps.rs/status.svg)](https://deps.rs/repo/github/srijs/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/srijs/deps.rs.svg)](https://github.com/srijs/deps.rs/blob/master/LICENSE) [![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) ## 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 ## Copyright and License

View file

@ -57,12 +57,12 @@ fn render_footer(duration: Option<Duration>) -> Markup {
p { p {
strong { "Deps.rs" } strong { "Deps.rs" }
" is a service for the Rust community. It is open source on " " 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 { p {
"Please report any issues on the " "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 { @if let Some(millis) = duration_millis {