[40/58] [abbrv] isis git commit: ISIS-1521: fixes xref links between pages and guides

2017-04-20 Thread danhaywood
ISIS-1521: fixes xref links between pages and guides


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

Branch: refs/heads/master
Commit: 4807f4c2ee537a039308bcc09611a7a8983a0ae6
Parents: b2b87ca
Author: Dan Haywood 
Authored: Fri Apr 14 15:37:29 2017 +0100
Committer: Dan Haywood 
Committed: Thu Apr 20 09:09:30 2017 +0100

--
 .../_migration-notes_1.13.0-to-1.14.0.adoc  |   2 +-
 .../_migration-notes_1.14.0-to-1.15.0.adoc  |   2 +-
 .../pages/how-isis-works/how-isis-works.adoc|   2 +-
 .../_powered-by_gesconsultor-grc.adoc   |   6 +-
 .../main/asciidoc/pages/tg/_tg_pet-clinic.adoc  |   4 +-
 .../tg/_tg_stop-scaffolding-start-coding.adoc   | 136 +--
 .../release-notes/_release-notes_1.9.0.adoc |   2 +-
 7 files changed, 77 insertions(+), 77 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/isis/blob/4807f4c2/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
--
diff --git 
a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
 
b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
index f36cfcf..6f3b756 100644
--- 
a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
+++ 
b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
@@ -32,7 +32,7 @@ This is disabled by default; if enabled, this configuration 
property will treat
 
 * `isis.reflector.validator.noParamsOnly` +
 +
-When searching for  
xref:rgcms.adoc#_rgcms_methods_prefixes_disable[`disableXxx()`] or 
xref:rgcms.adoc#_rgcms_methods_prefixes_hide[`hideXxx()`] supporting methods, 
whether to search only for the no-param version (or also for supporting methods 
that match the parameter types of the action). +
+When searching for  
xref:../guides/rgcms/rgcms.adoc#_rgcms_methods_prefixes_disable[`disableXxx()`] 
or xref:../guides/rgcms/rgcms.adoc#_rgcms_methods_prefixes_hide[`hideXxx()`] 
supporting methods, whether to search only for the no-param version (or also 
for supporting methods that match the parameter types of the action). +
 +
 This is disabled by default; if enabled then this makes for a simpler 
programming model.
 

http://git-wip-us.apache.org/repos/asf/isis/blob/4807f4c2/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
--
diff --git 
a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
 
b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
index 5a151f2..703d61f 100644
--- 
a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
+++ 
b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
@@ -8,7 +8,7 @@
 
 == Rename of isis-viewer-wicket artifacts
 
-The `` and `` of the xref:ugvw.adoc#[Wicket viewer] have 
been made consistent with other artifacts:
+The `` and `` of the 
xref:../guides/ugvw/ugvw.adoc#[Wicket viewer] have been made consistent with 
other artifacts:
 
 * the `` has been changed from `org.apache.isis.viewer` to 
`org.apache.isis.core`
 * the `` has been changed from `isis-viewer-wicket-???` to 
`isis-core-viewer-wicket-???`

http://git-wip-us.apache.org/repos/asf/isis/blob/4807f4c2/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
--
diff --git 
a/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
 
b/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
index 53061d1..5684361 100644
--- 
a/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
+++ 
b/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
@@ -13,6 +13,6 @@ video::ludOLyi6VyY[youtube,width="840px",height="630px"]
 
 [NOTE]
 
-Note that this screencast shows an earlier version of the 
xref:ugvw.adoc#[Wicket viewer] UI (specifically, pre 1.8.0).
+Note that this screencast shows an earlier version of the 
xref:../../guides/ugvw/ugvw.adoc#[Wicket viewer] UI (specifically, pre 1.8.0).
 
 

http://git-wip-us.apache.org/repos/asf/isis/blob/4807f4c2/adocs/documentation/src/main/asciidoc/pages/powered-by/_powered-by_gesconsultor-grc.adoc
--
diff --git 
a/adocs/documentation/sr

[40/58] [abbrv] isis git commit: ISIS-1521: fixes xref links between pages and guides

2017-04-20 Thread danhaywood
ISIS-1521: fixes xref links between pages and guides


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

Branch: refs/heads/wip
Commit: 4807f4c2ee537a039308bcc09611a7a8983a0ae6
Parents: b2b87ca
Author: Dan Haywood 
Authored: Fri Apr 14 15:37:29 2017 +0100
Committer: Dan Haywood 
Committed: Thu Apr 20 09:09:30 2017 +0100

--
 .../_migration-notes_1.13.0-to-1.14.0.adoc  |   2 +-
 .../_migration-notes_1.14.0-to-1.15.0.adoc  |   2 +-
 .../pages/how-isis-works/how-isis-works.adoc|   2 +-
 .../_powered-by_gesconsultor-grc.adoc   |   6 +-
 .../main/asciidoc/pages/tg/_tg_pet-clinic.adoc  |   4 +-
 .../tg/_tg_stop-scaffolding-start-coding.adoc   | 136 +--
 .../release-notes/_release-notes_1.9.0.adoc |   2 +-
 7 files changed, 77 insertions(+), 77 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/isis/blob/4807f4c2/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
--
diff --git 
a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
 
b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
index f36cfcf..6f3b756 100644
--- 
a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
+++ 
b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.13.0-to-1.14.0.adoc
@@ -32,7 +32,7 @@ This is disabled by default; if enabled, this configuration 
property will treat
 
 * `isis.reflector.validator.noParamsOnly` +
 +
-When searching for  
xref:rgcms.adoc#_rgcms_methods_prefixes_disable[`disableXxx()`] or 
xref:rgcms.adoc#_rgcms_methods_prefixes_hide[`hideXxx()`] supporting methods, 
whether to search only for the no-param version (or also for supporting methods 
that match the parameter types of the action). +
+When searching for  
xref:../guides/rgcms/rgcms.adoc#_rgcms_methods_prefixes_disable[`disableXxx()`] 
or xref:../guides/rgcms/rgcms.adoc#_rgcms_methods_prefixes_hide[`hideXxx()`] 
supporting methods, whether to search only for the no-param version (or also 
for supporting methods that match the parameter types of the action). +
 +
 This is disabled by default; if enabled then this makes for a simpler 
programming model.
 

http://git-wip-us.apache.org/repos/asf/isis/blob/4807f4c2/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
--
diff --git 
a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
 
b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
index 5a151f2..703d61f 100644
--- 
a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
+++ 
b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
@@ -8,7 +8,7 @@
 
 == Rename of isis-viewer-wicket artifacts
 
-The `` and `` of the xref:ugvw.adoc#[Wicket viewer] have 
been made consistent with other artifacts:
+The `` and `` of the 
xref:../guides/ugvw/ugvw.adoc#[Wicket viewer] have been made consistent with 
other artifacts:
 
 * the `` has been changed from `org.apache.isis.viewer` to 
`org.apache.isis.core`
 * the `` has been changed from `isis-viewer-wicket-???` to 
`isis-core-viewer-wicket-???`

http://git-wip-us.apache.org/repos/asf/isis/blob/4807f4c2/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
--
diff --git 
a/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
 
b/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
index 53061d1..5684361 100644
--- 
a/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
+++ 
b/adocs/documentation/src/main/asciidoc/pages/how-isis-works/how-isis-works.adoc
@@ -13,6 +13,6 @@ video::ludOLyi6VyY[youtube,width="840px",height="630px"]
 
 [NOTE]
 
-Note that this screencast shows an earlier version of the 
xref:ugvw.adoc#[Wicket viewer] UI (specifically, pre 1.8.0).
+Note that this screencast shows an earlier version of the 
xref:../../guides/ugvw/ugvw.adoc#[Wicket viewer] UI (specifically, pre 1.8.0).
 
 

http://git-wip-us.apache.org/repos/asf/isis/blob/4807f4c2/adocs/documentation/src/main/asciidoc/pages/powered-by/_powered-by_gesconsultor-grc.adoc
--
diff --git 
a/adocs/documentation/src/m