From 825ef3462ee6b67031a42697f9fe8b01745a80e3 Mon Sep 17 00:00:00 2001 From: "Lincoln Baxter, III" Date: Wed, 3 Sep 2014 17:05:28 -0400 Subject: [PATCH] Update Installation.asciidoc --- get_started/Installation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_started/Installation.asciidoc b/get_started/Installation.asciidoc index 979e376..da0ae27 100755 --- a/get_started/Installation.asciidoc +++ b/get_started/Installation.asciidoc @@ -38,7 +38,7 @@ localhost:~ $ forge === That's it! You've got Forge installed, but what to do next? -You can start by Forging your first ./write-a-java-ee-web-application-basic[Java EE webapp in about five minutes], and there are a few things you should probably check-out. If you are confused at any time, try pressing *TAB*. For instance, if you have not yet seen the Forge built-in commands, you may either press TAB to see a list of the currently available commands, or get a more descriptive list by typing: +You can start by Forging your first link:./write-a-java-ee-web-application-basic[Java EE webapp in about five minutes], and there are a few things you should probably check-out. If you are confused at any time, try pressing *TAB*. For instance, if you have not yet seen the Forge built-in commands, you may either press TAB to see a list of the currently available commands, or get a more descriptive list by typing: [source] ----