This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit c7d4292e027253d73055a147f00656d8ecc180f1
Author: Dan Haywood <d...@haywood-associates.co.uk>
AuthorDate: Sun Nov 12 18:26:18 2017 +0000

    ISIS-1465: fixes bad link in index.html for archetypes
---
 example/application/helloworld/src/main/webapp/about/index.html       | 2 +-
 example/application/simpleapp/webapp/src/main/webapp/about/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/application/helloworld/src/main/webapp/about/index.html 
b/example/application/helloworld/src/main/webapp/about/index.html
index fe526f3..190a156 100644
--- a/example/application/helloworld/src/main/webapp/about/index.html
+++ b/example/application/helloworld/src/main/webapp/about/index.html
@@ -58,7 +58,7 @@ th, td {
              
             <p>
                 This app has been generated using Apache Isis'
-                <a 
href="http://isis.apache.org/guides/ugfun.html#_ugfun_getting-started_hellow%6Frld-archetype";
 target="_blank">Hello World</a> archetype.  Hello World is a tiny application, 
intended to make it easy to start learning how to write apps on top of the 
framework.
+                <a 
href="http://isis.apache.org/guides/ugfun/ugfun.html#_ugfun_getting-started_hellow%6Frld-archetype";
 target="_blank">Hello World</a> archetype.  Hello World is a tiny application, 
intended to make it easy to start learning how to write apps on top of the 
framework.
                 <br/>
             </p>
 
diff --git 
a/example/application/simpleapp/webapp/src/main/webapp/about/index.html 
b/example/application/simpleapp/webapp/src/main/webapp/about/index.html
index d85066e..b2980ef 100644
--- a/example/application/simpleapp/webapp/src/main/webapp/about/index.html
+++ b/example/application/simpleapp/webapp/src/main/webapp/about/index.html
@@ -58,7 +58,7 @@ th, td {
              
             <p>
                 This app has been generated using Apache Isis'
-                <a 
href="http://isis.apache.org/guides/ugfun.html#_ugfun_getting-started_simple%61pp-archetype";
 target="_blank">SimpleApp</a> archetype,
+                <a 
href="http://isis.apache.org/guides/ugfun/ugfun.html#_ugfun_getting-started_simple%61pp-archetype";
 target="_blank">SimpleApp</a> archetype,
                 to create a purposefully minimal application that nevertheless 
includes fixture data, integration tests and BDD specs.
                 <br/>
                 <br/>

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <commits@isis.apache.org>.

Reply via email to