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-app-helloworld.git

commit f761641fede1b032b2f5ca310b7d0c5f711208b4
Author: danhaywood <d...@haywood-associates.co.uk>
AuthorDate: Tue Dec 3 12:29:33 2019 +0000

    fixes link to swagger UI
---
 src/main/resources/static/index.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/resources/static/index.html 
b/src/main/resources/static/index.html
index 76f6a51..3f66a40 100644
--- a/src/main/resources/static/index.html
+++ b/src/main/resources/static/index.html
@@ -58,7 +58,7 @@ th, td {
                 <li>
                     <p>
                         <b>
-                            <a 
href="swagger-ui/index.template.html">swagger-ui/</a>
+                            <a href="swagger-ui/index.thtml">swagger-ui/</a>
                         </b>
                     </p>
                     <p>
@@ -68,7 +68,6 @@ th, td {
                     </p>
                     <p>The RESTful API can return both simple representations 
and also richer hypermedia representations
                         that are conformant with the <a 
href="http://restfulobjects.org";  target="_blank">Restful Objects</a> spec.
-                        The HTTP <code>Accept</code> header is used to select 
which representation should be generated.
                     </p>
                 </li>
             </ul>

Reply via email to