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 2014/02/19 17:50:47 UTC

git commit: ISIS-695: updating the README for github

Repository: isis
Updated Branches:
  refs/heads/master 375fd31be -> c44bf4d52


ISIS-695: updating the README for github


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/c44bf4d5
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/c44bf4d5
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/c44bf4d5

Branch: refs/heads/master
Commit: c44bf4d529a71d8b67df015118f41e6e27e7f732
Parents: 375fd31
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Feb 19 16:50:39 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Feb 19 16:50:39 2014 +0000

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/c44bf4d5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 372fd8f..8820d76 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ For help and support, join the [mailing lists](http://isis.apache.org/support.ht
 
 ## Screenshots
 
-Isis automatically generates the UI from the domain classes.  The following are taken from the [screenshots](http://isis.apache.org/getting-started/screenshots.html) page on the Isis website.  The corresponding domain classes from which this UI was built can be found [here](https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/dom/src/main/java/dom/todo).
+Isis automatically generates the UI from the domain classes.  The following are taken from the [screenshots](http://isis.apache.org/intro/elevator-pitch/isis-in-pictures.html) page on the Isis website.  The corresponding domain classes from which this UI was built can be found [here](https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/dom/src/main/java/dom/todo).
 
 A list of objects returned from a domain service action:
 
@@ -27,7 +27,7 @@ Invoking an action:
 
 The REST API for a domain object:
 
-![](http://isis.apache.org/images/screenshots/34-restful-entity.png)
+![](http://isis.apache.org/images/screenshots/screenshot-34-restful-entity.png)
 
 ## Extensions