From f2d8c81cb3d494422f8dbe3db29c38875a98a15c Mon Sep 17 00:00:00 2001 From: Johan Sigfred Abildskov Date: Wed, 9 May 2018 13:05:58 +0200 Subject: [PATCH] Fix typo in localhost URL --- src/main/docs/guide/controllers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docs/guide/controllers.adoc b/src/main/docs/guide/controllers.adoc index e1006cf..336aa4a 100644 --- a/src/main/docs/guide/controllers.adoc +++ b/src/main/docs/guide/controllers.adoc @@ -54,7 +54,7 @@ Create the file `index.gsp` under the `grails-app/views/home` directory. ---- -Run the application again and browser to `http:localhost:8080/home`. You should see your new page. +Run the application again and browser to `http://localhost:8080/home`. You should see your new page. By convention, Grails will map controller actions to views with the same name, in the `grails-app/views/[controller name]` directory. You can override this and specify a particular view (or render different content altogether).