You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/17 14:05:01 UTC

[isis] 03/05: ISIS-2062: fixes bad link in demo app.

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 f9bc0ea073c34d81bc422e5fe58164d00af2a533
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 17 14:23:24 2020 +0100

    ISIS-2062: fixes bad link in demo app.
---
 .../demo/src/main/java/demoapp/dom/types/primitive/PrimitivesDemo.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/demo/src/main/java/demoapp/dom/types/primitive/PrimitivesDemo.adoc b/examples/demo/src/main/java/demoapp/dom/types/primitive/PrimitivesDemo.adoc
index 4199d73..c02c0fa 100644
--- a/examples/demo/src/main/java/demoapp/dom/types/primitive/PrimitivesDemo.adoc
+++ b/examples/demo/src/main/java/demoapp/dom/types/primitive/PrimitivesDemo.adoc
@@ -18,4 +18,4 @@ Also note how *null* and *void* are handled regarding action results or properti
 ----
 
 See the primitives demo
-link:${SOURCES_DEMO}/demoapp/dom/types/primitives[sources].
\ No newline at end of file
+link:${SOURCES_DEMO}/demoapp/dom/types/primitive[sources].