We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea50b39 commit ab74432Copy full SHA for ab74432
docs/ARCHITECTURE.md
@@ -18,8 +18,8 @@ Documentation about the codebase appears in these locations:
18
19
The backend of crates.io is written in Rust. Most of that code lives in the _src_ directory. It
20
serves a JSON API over HTTP, and the HTTP server interface is provided by the [axum][] crate and
21
-related crates. More information about the backend is in
22
-[`docs/BACKEND.md`](https://github.com/rust-lang/crates.io/blob/master/docs/BACKEND.md).
+related crates. More information about backend development is in
+[`docs/CONTRIBUTING.md`](https://github.com/rust-lang/crates.io/blob/master/docs/CONTRIBUTING.md).
23
24
[axum]: https://crates.io/crates/axum
25
docs/BACKEND.md
0 commit comments