From f398347b4e344edfd7829a0f287c837b874319f5 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Tue, 29 Sep 2020 20:25:46 +0100 Subject: [PATCH 1/2] Update all the links in README to the new org --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c28cddb..964e290 100644 --- a/README.md +++ b/README.md @@ -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 From 426b8a56a4d66ad2ee983d804a3dfd89c6bf565a Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Tue, 29 Sep 2020 20:29:22 +0100 Subject: [PATCH 2/2] Update links in mod.rs as well --- src/server/views/html/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/views/html/mod.rs b/src/server/views/html/mod.rs index be800ac..155fc3e 100644 --- a/src/server/views/html/mod.rs +++ b/src/server/views/html/mod.rs @@ -57,12 +57,12 @@ fn render_footer(duration: Option) -> 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 {