From cdeec5aeff943baa792f9799dc4d8556e3bd9980 Mon Sep 17 00:00:00 2001 From: d-t-w Date: Mon, 8 Jan 2024 17:12:11 +1100 Subject: [PATCH] update jetty link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 622a580d..99aeb8ce 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Slipway is a [Clojure](https://clojure.org/) companion to embedded Jetty with Websocket support. -Slipway configuration models Jetty instead of exposing a simplified DSL. This approach allows leverage of all Jetty capabilities while providing sensible defaults for basic behaviour. If in doubt, read the [Jetty docs](https://www.eclipse.org/jetty/documentation/jetty-10/). +Slipway configuration models Jetty instead of exposing a simplified DSL. This approach allows leverage of all Jetty capabilities while providing sensible defaults for basic behaviour. If in doubt, read the [Jetty docs](https://www.eclipse.org/jetty/documentation/). Use the [Community Edition](https://kpow.io/get-started/) of Kpow with our [local-repo](https://github.com/factorhouse/kpow-local) to see Slipway in action.