From ba9c03d146044dcc7c948e9f7913805913b80b51 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 22 Jul 2021 19:39:08 +0200 Subject: [PATCH] Update links --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 6 +++--- Cargo.toml | 4 ++-- README.md | 6 +++--- src/lib.rs | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 64d1ab90..4342895d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ the requirements below. Bug fixes and new features should include tests. -Contributors guide: https://github.com/davidpdrsn/axum/blob/master/CONTRIBUTING.md +Contributors guide: https://github.com/tokio-rs/axum/blob/master/CONTRIBUTING.md --> ## Motivation diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96fc2a37..c89c25be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ expert, we can use your help. This guide will help you get started. **Do not let this guide intimidate you**. It should be considered a map to help you navigate the process. -Don't know where to start? Check [issues labeled with "E-help-wanted"](https://github.com/davidpdrsn/axum/issues?q=is%3Aopen+is%3Aissue+label%3AE-help-wanted) or ["E-easy"](https://github.com/davidpdrsn/axum/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy). +Don't know where to start? Check [issues labeled with "E-help-wanted"](https://github.com/tokio-rs/axum/issues?q=is%3Aopen+is%3Aissue+label%3AE-help-wanted) or ["E-easy"](https://github.com/tokio-rs/axum/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy). You may also get help with contributing in the [`tower` Discord channel][discord], please join us! @@ -32,7 +32,7 @@ For any issue, there are fundamentally three ways an individual can contribute: 1. By opening the issue for discussion: For instance, if you believe that you have uncovered a bug in a `axum` crate, creating a new issue in the - davidpdrsn/axum [issue tracker][issues] is the way to report it. + tokio-rs/axum [issue tracker][issues] is the way to report it. 2. By helping to triage the issue: This can be done by providing supporting details (a test case that demonstrates a bug), providing @@ -47,7 +47,7 @@ For any issue, there are fundamentally three ways an individual can contribute: **Anybody can participate in any stage of contribution**. We urge you to participate in the discussion around bugs and participate in reviewing PRs. -[issues]: https://github.com/davidpdrsn/axum/issues +[issues]: https://github.com/tokio-rs/axum/issues ### Asking for General Help diff --git a/Cargo.toml b/Cargo.toml index 5f756002..a50fe449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ categories = [] # TODO description = "Web framework that focuses on ergonomics and modularity" documentation = "https://docs.rs/tower-http/0.1.0" edition = "2018" -homepage = "https://github.com/davidpdrsn/axum" +homepage = "https://github.com/tokio-rs/axum" keywords = ["http", "web", "framework"] license = "MIT" name = "axum" readme = "README.md" -repository = "https://github.com/davidpdrsn/axum" +repository = "https://github.com/tokio-rs/axum" version = "0.1.0" [features] diff --git a/README.md b/README.md index db5f1081..f7b1071c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ axum is a web application framework that focuses on ergonomics and modularity. -[![Build status](https://github.com/davidpdrsn/axum/workflows/CI/badge.svg)](https://github.com/davidpdrsn/axum/actions) +[![Build status](https://github.com/tokio-rs/axum/workflows/CI/badge.svg)](https://github.com/tokio-rs/axum/actions)