summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-07-26 09:57:06 +0300
committerLars Wirzenius <liw@liw.fi>2020-07-26 09:57:06 +0300
commit10379aab6aeffd3962c50ba300bb107a1c578464 (patch)
tree12f460e427bc614dde4ab6bbb9559ab799e1f723
parent6ad6df1977c64dda8a2fdc20836f6a486d1db811 (diff)
downloadewww-10379aab6aeffd3962c50ba300bb107a1c578464.tar.gz
doc: link to warp crate in ewww.md
-rw-r--r--ewww.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/ewww.md b/ewww.md
index 1ce0d6f..cfc4ac1 100644
--- a/ewww.md
+++ b/ewww.md
@@ -41,7 +41,9 @@ minimal.
# Architecture
-This is a thin layer on top of the Rust warp crate. It does minimal
+[warp crate]: https://crates.io/crates/warp
+
+This is a thin layer on top of the Rust [warp crate][]. It does minimal
processing for each request, and does not cache anything.
At startup, the server is provided with a single configuration file,