From 805b4ec5f4e813c2c067998c338e28fc5d28938b Mon Sep 17 00:00:00 2001 From: Jim Crossley Date: Thu, 12 Feb 2015 10:51:40 -0500 Subject: [PATCH] Fix link --- docs/guides/web.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/guides/web.md b/docs/guides/web.md index f8aa780b..6a9d8002 100644 --- a/docs/guides/web.md +++ b/docs/guides/web.md @@ -431,10 +431,9 @@ event on which our client can dispatch to initiate the close. ## Feature Demo We maintain a Leiningen project called the [Immutant Feature Demo] -demonstrating all the Immutant namespaces, including examples of -simple -[Web](https://github.com/immutant/feature-demo/blob/thedeuce/src/demo/web.clj) -apps. +demonstrating all the Immutant namespaces, including simple examples +of +[the features described herein](https://github.com/immutant/feature-demo/blob/master/src/demo/web.clj). You should be able to clone it somewhere, cd there, and `lein run`.