From fc96ce1fc5f62a4308e0cafce0bdbfdc3b1f23e3 Mon Sep 17 00:00:00 2001 From: dillon-0 <73769047+dillon-0@users.noreply.github.com> Date: Sun, 11 Jan 2026 11:22:41 -0700 Subject: [PATCH] update platform link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487efa9..872f996 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Basic Web Server for [Roc](https://www.roc-lang.org/) -A webserver [platform](https://github.com/roc-lang/roc/wiki/Roc-concepts-explained#platform) with a simple interface. +A webserver [platform](https://www.roc-lang.org/platforms) with a simple interface. :racing_car: basic-webserver uses Rust's high-performance [hyper](https://hyper.rs) and [tokio](https://tokio.rs) libraries to execute your Roc function on incoming requests.