From 2f5e29793215bbb2a24ac3e0d54d92b20055a33d Mon Sep 17 00:00:00 2001 From: Vyacheslav Rusakov Date: Mon, 15 Apr 2024 20:35:05 +0700 Subject: [PATCH] fix link in doc --- dropwizard-guicey/src/doc/docs/extras/gsp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropwizard-guicey/src/doc/docs/extras/gsp.md b/dropwizard-guicey/src/doc/docs/extras/gsp.md index d76b77901..d4a2c9691 100644 --- a/dropwizard-guicey/src/doc/docs/extras/gsp.md +++ b/dropwizard-guicey/src/doc/docs/extras/gsp.md @@ -667,7 +667,7 @@ public class ErrorPage { ### SPA routing If you use Single Page Applications then you may face the need to recognize html5 client routing urls -and redirect to index page. You can read more about it in [guicey SPA module](../guicey-spa). +and redirect to index page. You can read more about it in [guicey SPA module](spa.md). As guicey SPA module can't be used directly with GSP, it's abilities is integrated directly and could be activated with: