mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-01 04:01:48 +02:00
Update links
This commit is contained in:
parent
9db3b92df4
commit
ba9c03d146
5 changed files with 10 additions and 10 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
axum is a web application framework that focuses on ergonomics and modularity.
|
||||
|
||||
[](https://github.com/davidpdrsn/axum/actions)
|
||||
[](https://github.com/tokio-rs/axum/actions)
|
||||
<!--
|
||||
[](https://crates.io/crates/axum)
|
||||
[](https://docs.rs/axum)
|
||||
|
@ -74,11 +74,11 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
|
|||
for inclusion in axum by you, shall be licensed as MIT, without any
|
||||
additional terms or conditions.
|
||||
|
||||
[examples]: https://github.com/davidpdrsn/axum/tree/master/examples
|
||||
[examples]: https://github.com/tokio-rs/axum/tree/master/examples
|
||||
[docs]: https://docs.rs/axum/0.1.0
|
||||
[tower]: https://crates.io/crates/tower
|
||||
[hyper]: https://crates.io/crates/hyper
|
||||
[tower-http]: https://crates.io/crates/tower-http
|
||||
[guide]: CONTRIBUTING.md
|
||||
[chat]: https://discord.gg/tokio
|
||||
[issue]: https://github.com/davidpdrsn/axum/issues/new
|
||||
[issue]: https://github.com/tokio-rs/axum/issues/new
|
||||
|
|
|
@ -545,7 +545,7 @@
|
|||
//! [feature flags]: https://doc.rust-lang.org/cargo/reference/features.html#the-features-section
|
||||
//! [`IntoResponse`]: crate::response::IntoResponse
|
||||
//! [`Timeout`]: tower::timeout::Timeout
|
||||
//! [examples]: https://github.com/davidpdrsn/axum/tree/main/examples
|
||||
//! [examples]: https://github.com/tokio-rs/axum/tree/main/examples
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/tower-http/0.1.0")]
|
||||
#![warn(
|
||||
|
|
Loading…
Add table
Reference in a new issue