You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/05/20 09:11:36 UTC

[isis] branch master updated: ISIS-2341: update demo source ref.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a37592d  ISIS-2341: update demo source ref.
a37592d is described below

commit a37592d9f94dd558ce2d2600b90b40572ec1235d
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 11:11:26 2020 +0200

    ISIS-2341: update demo source ref.
---
 examples/demo/domain/src/main/java/demoapp/utils/DemoStub.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/demo/domain/src/main/java/demoapp/utils/DemoStub.java b/examples/demo/domain/src/main/java/demoapp/utils/DemoStub.java
index 0ef3562..8d165cc 100644
--- a/examples/demo/domain/src/main/java/demoapp/utils/DemoStub.java
+++ b/examples/demo/domain/src/main/java/demoapp/utils/DemoStub.java
@@ -50,7 +50,7 @@ public abstract class DemoStub {
     private static Map<String, String> createConstants() {
         val map = new HashMap<String, String>();
         map.put("SOURCES_ISIS", "https://github.com/apache/isis/blob/master/core/applib/src/main/java");
-        map.put("SOURCES_DEMO", "https://github.com/apache/isis/tree/master/examples/demo/src/main/java");
+        map.put("SOURCES_DEMO", "https://github.com/apache/isis/tree/master/examples/demo/demo-domain/src/main/java");
         map.put("ISSUES_DEMO", "https://issues.apache.org/jira/"); 
         return map;
     }