You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/20 18:21:22 UTC

[tomee-site-generator] branch master updated: Fix incorrect relative links

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d98d63  Fix incorrect relative links
2d98d63 is described below

commit 2d98d6320e222d7d3c93dd1e497e9aaf93a00b1b
Author: David Blevins <da...@gmail.com>
AuthorDate: Thu May 20 11:18:56 2021 -0700

    Fix incorrect relative links
---
 .../community/contributing/contribution-tips.adoc  |  2 +-
 .../community/contributing/jira-ticket.adoc        |  2 +-
 .../community/contributing/process-task.adoc       |  4 +--
 .../community/contributing/submit-changes.adoc     |  2 +-
 .../content/community/contributing/workflow.adoc   |  6 ++--
 src/main/jbake/content/community/index.adoc        | 12 ++++----
 src/main/jbake/content/dev/asf.adoc                | 32 +++++++++++-----------
 .../content/dev/design-application-server.adoc     |  6 ++--
 src/main/jbake/content/dev/design-assembler.adoc   |  4 +--
 .../dev/design-bmp-entitybean-container.adoc       |  2 +-
 .../content/dev/design-classic-assembler.adoc      |  4 +--
 .../dev/design-cmp-entitybean-container.adoc       |  2 +-
 .../content/dev/design-configuration-factory.adoc  |  4 +--
 src/main/jbake/content/dev/design-container.adoc   | 10 +++----
 .../jbake/content/dev/design-local-server.adoc     |  2 +-
 .../dev/design-nova-configuration-factory.adoc     |  2 +-
 .../content/dev/design-passivation-strategy.adoc   |  6 ++--
 .../dev/design-random-access-file-passivater.adoc  |  2 +-
 .../jbake/content/dev/design-remote-server.adoc    |  2 +-
 .../content/dev/design-simple-passivater.adoc      |  2 +-
 .../dev/design-stateful-sessionbean-container.adoc |  4 +--
 .../design-stateless-sessionbean-container.adoc    |  2 +-
 .../content/dev/design-transaction-service.adoc    |  2 +-
 src/main/jbake/content/dev/design.adoc             | 12 ++++----
 src/main/jbake/content/dev/release-tomee.adoc      |  2 +-
 src/main/jbake/content/dev/source-code.adoc        |  2 +-
 .../content/dev/writing-validation-tests.adoc      |  2 +-
 27 files changed, 67 insertions(+), 67 deletions(-)

diff --git a/src/main/jbake/content/community/contributing/contribution-tips.adoc b/src/main/jbake/content/community/contributing/contribution-tips.adoc
index 7067ef1..3197fc3 100755
--- a/src/main/jbake/content/community/contributing/contribution-tips.adoc
+++ b/src/main/jbake/content/community/contributing/contribution-tips.adoc
@@ -27,7 +27,7 @@ about you. Welcome to the adventure!
 
 == What is the process?
 
-Check and follow the xref:community/contributing/workflow.adoc[workflow for contributing].
+Check and follow the xref:workflow.adoc[workflow for contributing].
 
 After a while when people feel comfortable with you as contributor, they vote you in as a committer and ... big surprise ... there's almost no change in the daily routine. You get access to svn and pretty much everything else stays the same. Instead of submitting patches, now you have to help review them and commit them. Instead of learning how to contribute to an open source project, now you have to learn how to help others get involved. And of course it doesn't happen all at once, you  [...]
 
diff --git a/src/main/jbake/content/community/contributing/jira-ticket.adoc b/src/main/jbake/content/community/contributing/jira-ticket.adoc
index ff4a639..e9b6987 100644
--- a/src/main/jbake/content/community/contributing/jira-ticket.adoc
+++ b/src/main/jbake/content/community/contributing/jira-ticket.adoc
@@ -20,4 +20,4 @@ If you want to help, contact the assigned person using the mailing list or write
 To inform others that you are working on a task, the corresponding ticket in JIRA should be assigned to you. +
 If you don't have permission to assign tickets (there is no edit sign behind the Field "Assignee"), just ask on the developers mailing list.
 
-(xref:community/contributing/workflow.adoc[back to Contribution workflow])
+(xref:workflow.adoc[back to Contribution workflow])
diff --git a/src/main/jbake/content/community/contributing/process-task.adoc b/src/main/jbake/content/community/contributing/process-task.adoc
index 0098aa1..52a2e56 100644
--- a/src/main/jbake/content/community/contributing/process-task.adoc
+++ b/src/main/jbake/content/community/contributing/process-task.adoc
@@ -20,11 +20,11 @@ If you need help or want to have feedback for your ideas write to the developes
 == Hands on
 Work on the code. Use local commit as often as you want.
 Use push (to your own forked repository) as often as you like.
-Consider the xref:community/contributing/contribution-tips.adoc[contribution tips].
+Consider the xref:contribution-tips.adoc[contribution tips].
 If a task is to hard to get it done: no problem. Just ask for help.
 If you want to cancel working on a task, don't forget to unassign the JIRA ticket!
 
 == Comments in JIRA
 Use comments for the JIRA ticket to document your work.
 
-(xref:community/contributing/workflow.adoc[back to Contribution workflow])
+(xref:workflow.adoc[back to Contribution workflow])
diff --git a/src/main/jbake/content/community/contributing/submit-changes.adoc b/src/main/jbake/content/community/contributing/submit-changes.adoc
index 7836eed..e944b41 100644
--- a/src/main/jbake/content/community/contributing/submit-changes.adoc
+++ b/src/main/jbake/content/community/contributing/submit-changes.adoc
@@ -52,4 +52,4 @@ These are ok, much better than just a number.  Subjects are often truncated.  Th
 
 Here we flip it.  The real subject as at the beginning.  The verbs and generic nouns like "options" come after.  When you can pull it off, huge respect. 
 
-(xref:community/contributing/workflow.adoc[back to Contribution workflow])
+(xref:workflow.adoc[back to Contribution workflow])
diff --git a/src/main/jbake/content/community/contributing/workflow.adoc b/src/main/jbake/content/community/contributing/workflow.adoc
index 5f7fd62..6e73338 100644
--- a/src/main/jbake/content/community/contributing/workflow.adoc
+++ b/src/main/jbake/content/community/contributing/workflow.adoc
@@ -11,7 +11,7 @@
 - create ticket in JIRA, if not already existing
 - if ticket already assigned to someone else => talk
 - assign ticket to contributor, if not already assigned +
-  (xref:community/contributing/jira-ticket.adoc[more details])
+  (xref:jira-ticket.adoc[more details])
 
 
 
@@ -21,14 +21,14 @@
 - discuss on mailing list
 - work on code
 - document work in JIRA ticket +
-  (xref:community/contributing/process-task.adoc[more details])
+  (xref:process-task.adoc[more details])
 
 == Submit Changes
 - ensure code compiles 
 - ensure tests passes
 - create PR (pull request)
 - ask for review on mailing list +
-  (xref:community/contributing/submit-changes.adoc[more details])
+  (xref:submit-changes.adoc[more details])
 
 == Merge Changes (done by a committer)
 - review changes
diff --git a/src/main/jbake/content/community/index.adoc b/src/main/jbake/content/community/index.adoc
index 119f393..9eac4c4 100755
--- a/src/main/jbake/content/community/index.adoc
+++ b/src/main/jbake/content/community/index.adoc
@@ -6,15 +6,15 @@
 
 == Contribute
 
-* xref:community/contributing/contribution-tips.adoc[Contribution tips]
-* xref:community/contributing/workflow.adoc[Contribution workflow]
-* xref:community/sources.adoc[Apache TomEE]
-* xref:community/contributing/website.adoc[This website]
-* xref:community/contributors.adoc[TomEE Wall Of Fame]
+* xref:contributing/contribution-tips.adoc[Contribution tips]
+* xref:contributing/workflow.adoc[Contribution workflow]
+* xref:sources.adoc[Apache TomEE]
+* xref:contributing/website.adoc[This website]
+* xref:contributors.adoc[TomEE Wall Of Fame]
 
 == Social Media: cause contributing is not only about coding
 
-Facebook, Twitter, Google+: if that speaks to you just follow this xref:community/social.adoc[TomEE on Social Media].
+Facebook, Twitter, Google+: if that speaks to you just follow this xref:social.adoc[TomEE on Social Media].
 
 == Support
 
diff --git a/src/main/jbake/content/dev/asf.adoc b/src/main/jbake/content/dev/asf.adoc
index f237547..ca40c44 100644
--- a/src/main/jbake/content/dev/asf.adoc
+++ b/src/main/jbake/content/dev/asf.adoc
@@ -4,31 +4,31 @@
 
 Reports must be filed monthly for the first three months after Incubation:
 
-* xref:dev/june2007.adoc[June 18, 2007]
-* xref:dev/july2007.adoc[July 16, 2007]
-* xref:dev/august2007.adoc[August 13, 2007]
+* xref:june2007.adoc[June 18, 2007]
+* xref:july2007.adoc[July 16, 2007]
+* xref:august2007.adoc[August 13, 2007]
 
 Then quarterly after that starting the month after:
 
-* xref:dev/october2007.adoc[October 15, 2007]
-* xref:dev/january2008.adoc[January 14, 2008]
-* xref:dev/april2008.adoc[April 14, 2008]
-* xref:dev/july2008.adoc[July 14, 2008]
-* xref:dev/october2008.adoc[October 13, 2008]
+* xref:october2007.adoc[October 15, 2007]
+* xref:january2008.adoc[January 14, 2008]
+* xref:april2008.adoc[April 14, 2008]
+* xref:july2008.adoc[July 14, 2008]
+* xref:october2008.adoc[October 13, 2008]
 
 NOTE: january2009 is missing
 
-* xref:dev/january2009.adoc[January 19, 2009]
-* xref:dev/april2009.adoc[April 13, 2009]
-* xref:dev/july2009.adoc[July 13, 2009]
-* xref:dev/october2009.adoc[October 21, 2009]
-* xref:dev/january2010.adoc[January 20, 2010]
+* xref:january2009.adoc[January 19, 2009]
+* xref:april2009.adoc[April 13, 2009]
+* xref:july2009.adoc[July 13, 2009]
+* xref:october2009.adoc[October 21, 2009]
+* xref:january2010.adoc[January 20, 2010]
 
 NOTE: april2010 is missing
 
-* xref:dev/april2010.adoc[April 21, 2010]
-* xref:dev/july2010.adoc[July 21, 2010]
+* xref:april2010.adoc[April 21, 2010]
+* xref:july2010.adoc[July 21, 2010]
 
 NOTE: october2010 is missing
 
-* xref:dev/october2010.adoc[October 20, 2010]
+* xref:october2010.adoc[October 20, 2010]
diff --git a/src/main/jbake/content/dev/design-application-server.adoc b/src/main/jbake/content/dev/design-application-server.adoc
index d2e6ce5..e2ce9b9 100644
--- a/src/main/jbake/content/dev/design-application-server.adoc
+++ b/src/main/jbake/content/dev/design-application-server.adoc
@@ -4,7 +4,7 @@
 
 == Application Server
 
-Sub-component of xref:dev/design.adoc[OpenEJB]
+Sub-component of xref:design.adoc[OpenEJB]
 
 
 == Definition
@@ -34,5 +34,5 @@ Any component wishing to serve or deliver Enterprise JavaBeans.
 
 == Implementations
 
-* xref:dev/design-local-server.adoc[Local Server]
-* xref:dev/design-remote-server.adoc[Remote Server]
+* xref:design-local-server.adoc[Local Server]
+* xref:design-remote-server.adoc[Remote Server]
diff --git a/src/main/jbake/content/dev/design-assembler.adoc b/src/main/jbake/content/dev/design-assembler.adoc
index 037c513..707eaa6 100644
--- a/src/main/jbake/content/dev/design-assembler.adoc
+++ b/src/main/jbake/content/dev/design-assembler.adoc
@@ -4,7 +4,7 @@
 
 == Assembler
 
-Sub-component of xref:dev/design.adoc[OpenEJB]
+Sub-component of xref:design.adoc[OpenEJB]
 
 == Definition
 
@@ -28,4 +28,4 @@ Doing this comes with large amounts of resposibility and complexity and should n
 
 == Implementations
 
-* xref:dev/design-classic-assembler.adoc[Classic Assembler]
+* xref:design-classic-assembler.adoc[Classic Assembler]
diff --git a/src/main/jbake/content/dev/design-bmp-entitybean-container.adoc b/src/main/jbake/content/dev/design-bmp-entitybean-container.adoc
index 1f47ade..c8dc518 100644
--- a/src/main/jbake/content/dev/design-bmp-entitybean-container.adoc
+++ b/src/main/jbake/content/dev/design-bmp-entitybean-container.adoc
@@ -4,7 +4,7 @@
 
 == BMP EntityBean Container
 
-Implementation of xref:dev/design-container.adoc[Container]
+Implementation of xref:design-container.adoc[Container]
 
 == Description
 
diff --git a/src/main/jbake/content/dev/design-classic-assembler.adoc b/src/main/jbake/content/dev/design-classic-assembler.adoc
index 00995db..96fad54 100644
--- a/src/main/jbake/content/dev/design-classic-assembler.adoc
+++ b/src/main/jbake/content/dev/design-classic-assembler.adoc
@@ -4,7 +4,7 @@
 
 == Classic Assembler
 
-Implementation of xref:dev/design-assembler.adoc[Assembler]
+Implementation of xref:design-assembler.adoc[Assembler]
 
 == Description
 
@@ -23,4 +23,4 @@ It is assumed the meta-data has been checked and validated, all links and refere
 
 == Sub-components
 
-* xref:dev/design-configuration-factory.adoc[Configuration Factory]
+* xref:design-configuration-factory.adoc[Configuration Factory]
diff --git a/src/main/jbake/content/dev/design-cmp-entitybean-container.adoc b/src/main/jbake/content/dev/design-cmp-entitybean-container.adoc
index 363e79a..b4f478f 100644
--- a/src/main/jbake/content/dev/design-cmp-entitybean-container.adoc
+++ b/src/main/jbake/content/dev/design-cmp-entitybean-container.adoc
@@ -4,7 +4,7 @@
 
 == CMP EntityBean Container
 
-Implementation of xref:dev/design-container.adoc[Container]
+Implementation of xref:design-container.adoc[Container]
 
 == Description
 
diff --git a/src/main/jbake/content/dev/design-configuration-factory.adoc b/src/main/jbake/content/dev/design-configuration-factory.adoc
index 2a254aa..d0e0add 100644
--- a/src/main/jbake/content/dev/design-configuration-factory.adoc
+++ b/src/main/jbake/content/dev/design-configuration-factory.adoc
@@ -4,7 +4,7 @@
 
 == Configuration Factory
 
-Sub-component of xref:dev/design-classic-assembler.adoc[Classic Assembler]
+Sub-component of xref:design-classic-assembler.adoc[Classic Assembler]
 
 == Definition
 
@@ -30,4 +30,4 @@ The Configuration Factory can construct, retreive, or populate the InfoObjects f
 == Implementations
 
 * XML Configuration Factory _(no longer supported)_
-* xref:dev/design-nova-configuration-factory.adoc[Nova Configuration Factory]
+* xref:design-nova-configuration-factory.adoc[Nova Configuration Factory]
diff --git a/src/main/jbake/content/dev/design-container.adoc b/src/main/jbake/content/dev/design-container.adoc
index 7330325..d0b6d23 100644
--- a/src/main/jbake/content/dev/design-container.adoc
+++ b/src/main/jbake/content/dev/design-container.adoc
@@ -4,7 +4,7 @@
 
 == Container
 
-Sub-component of xref:dev/design.adoc[OpenEJB]
+Sub-component of xref:design.adoc[OpenEJB]
 
 == Definition
 
@@ -28,7 +28,7 @@ Containers for custom container-bean contracts can also be created.
 
 == Implementations
 
-* xref:dev/design-stateful-sessionbean-container.adoc[Stateful SessionBean Container]
-* xref:dev/design-stateless-sessionbean-container.adoc[Stateless SessionBean Container]
-* xref:dev/design-bmp-entitybean-container.adoc[BMP EntityBean Container]
-* xref:dev/design-cmp-entitybean-container.adoc[CMP EntityBean Container]
+* xref:design-stateful-sessionbean-container.adoc[Stateful SessionBean Container]
+* xref:design-stateless-sessionbean-container.adoc[Stateless SessionBean Container]
+* xref:design-bmp-entitybean-container.adoc[BMP EntityBean Container]
+* xref:design-cmp-entitybean-container.adoc[CMP EntityBean Container]
diff --git a/src/main/jbake/content/dev/design-local-server.adoc b/src/main/jbake/content/dev/design-local-server.adoc
index 7217e14..36d096a 100644
--- a/src/main/jbake/content/dev/design-local-server.adoc
+++ b/src/main/jbake/content/dev/design-local-server.adoc
@@ -4,7 +4,7 @@
 
 == Local Server
 
-Implementation of xref:dev/design-application-server.adoc[Application Server]
+Implementation of xref:design-application-server.adoc[Application Server]
 
 
 == Description
diff --git a/src/main/jbake/content/dev/design-nova-configuration-factory.adoc b/src/main/jbake/content/dev/design-nova-configuration-factory.adoc
index 8d75597..cc9f47b 100644
--- a/src/main/jbake/content/dev/design-nova-configuration-factory.adoc
+++ b/src/main/jbake/content/dev/design-nova-configuration-factory.adoc
@@ -4,7 +4,7 @@
 
 == Nova Configuration Factory
 
-Implementation of xref:dev/design-configuration-factory.adoc[Configuration Factory]
+Implementation of xref:design-configuration-factory.adoc[Configuration Factory]
 
 == Description
 
diff --git a/src/main/jbake/content/dev/design-passivation-strategy.adoc b/src/main/jbake/content/dev/design-passivation-strategy.adoc
index 7116b5d..97b76bd 100644
--- a/src/main/jbake/content/dev/design-passivation-strategy.adoc
+++ b/src/main/jbake/content/dev/design-passivation-strategy.adoc
@@ -4,7 +4,7 @@
 
 == Passivation Strategy
 
-Sub-component of xref:dev/design-stateful-sessionbean-container.adoc[Stateful SessionBean Container]
+Sub-component of xref:design-stateful-sessionbean-container.adoc[Stateful SessionBean Container]
 
 == Definition
 
@@ -20,5 +20,5 @@ Used by the Stateful Container to passivate and activate stateful session beans
 
 == Implementations
 
-* xref:dev/design-random-access-file-passivater.adoc[Random Access File Passivater]
-* xref:dev/design-simple-passivater.adoc[Simple Passivater]
+* xref:design-random-access-file-passivater.adoc[Random Access File Passivater]
+* xref:design-simple-passivater.adoc[Simple Passivater]
diff --git a/src/main/jbake/content/dev/design-random-access-file-passivater.adoc b/src/main/jbake/content/dev/design-random-access-file-passivater.adoc
index edde0f5..08d42a1 100644
--- a/src/main/jbake/content/dev/design-random-access-file-passivater.adoc
+++ b/src/main/jbake/content/dev/design-random-access-file-passivater.adoc
@@ -4,7 +4,7 @@
 
 == Random Access File Passivater
 
-Implementation of xref:dev/design-passivation-strategy.adoc[Passivation Strategy]
+Implementation of xref:design-passivation-strategy.adoc[Passivation Strategy]
 
 == Description
 
diff --git a/src/main/jbake/content/dev/design-remote-server.adoc b/src/main/jbake/content/dev/design-remote-server.adoc
index a4e22da..cd87018 100644
--- a/src/main/jbake/content/dev/design-remote-server.adoc
+++ b/src/main/jbake/content/dev/design-remote-server.adoc
@@ -4,7 +4,7 @@
 
 == Remote Server
 
-Implementation of xref:dev/design-application-server.adoc[Application Server]
+Implementation of xref:design-application-server.adoc[Application Server]
 
 == Description
 
diff --git a/src/main/jbake/content/dev/design-simple-passivater.adoc b/src/main/jbake/content/dev/design-simple-passivater.adoc
index 7e7c503..62cbf30 100644
--- a/src/main/jbake/content/dev/design-simple-passivater.adoc
+++ b/src/main/jbake/content/dev/design-simple-passivater.adoc
@@ -4,7 +4,7 @@
 
 == Simple Passivater
 
-Implementation of xref:dev/design-passivation-strategy.adoc[Passivation Strategy]
+Implementation of xref:design-passivation-strategy.adoc[Passivation Strategy]
 
 == Description
 
diff --git a/src/main/jbake/content/dev/design-stateful-sessionbean-container.adoc b/src/main/jbake/content/dev/design-stateful-sessionbean-container.adoc
index 9b5b990..d06ddb2 100644
--- a/src/main/jbake/content/dev/design-stateful-sessionbean-container.adoc
+++ b/src/main/jbake/content/dev/design-stateful-sessionbean-container.adoc
@@ -4,7 +4,7 @@
 
 == Stateful SessionBean Container
 
-Implementation of xref:dev/design-container.adoc[Container]
+Implementation of xref:design-container.adoc[Container]
 
 == Description
 
@@ -21,4 +21,4 @@ Container that implements the EJB defined bean-container contract for Stateful S
 
 == Sub-components
 
-* xref:dev/design-passivation-strategy.adoc[Passivation Strategy]
+* xref:design-passivation-strategy.adoc[Passivation Strategy]
diff --git a/src/main/jbake/content/dev/design-stateless-sessionbean-container.adoc b/src/main/jbake/content/dev/design-stateless-sessionbean-container.adoc
index d168c0b..cf7fcae 100644
--- a/src/main/jbake/content/dev/design-stateless-sessionbean-container.adoc
+++ b/src/main/jbake/content/dev/design-stateless-sessionbean-container.adoc
@@ -4,7 +4,7 @@
 
 == Stateless SessionBean Container
 
-Implementation of xref:dev/design-container.adoc[Container]
+Implementation of xref:design-container.adoc[Container]
 
 == Description
 
diff --git a/src/main/jbake/content/dev/design-transaction-service.adoc b/src/main/jbake/content/dev/design-transaction-service.adoc
index 7fc8750..1c7694f 100644
--- a/src/main/jbake/content/dev/design-transaction-service.adoc
+++ b/src/main/jbake/content/dev/design-transaction-service.adoc
@@ -4,7 +4,7 @@
 
 == Transaction Service
 
-Sub-component of xref:dev/design.adoc[OpenEJB]
+Sub-component of xref:design.adoc[OpenEJB]
 
 == Definition
 
diff --git a/src/main/jbake/content/dev/design.adoc b/src/main/jbake/content/dev/design.adoc
index 5a53ea4..232b4ca 100644
--- a/src/main/jbake/content/dev/design.adoc
+++ b/src/main/jbake/content/dev/design.adoc
@@ -35,9 +35,9 @@ A modular, configurable, customizable, embeddable open source EJB container syst
 
 == Sub-components
 
-* xref:dev/design-application-server.adoc[Application Server]
-* xref:dev/design-transaction-service.adoc[Transaction Service]
-* xref:dev/design-security-service.adoc[Security Service]
-* xref:dev/design-resource-manager.adoc[Resource Manager]
-* xref:dev/design-container.adoc[Container]
-* xref:dev/design-assembler.adoc[Assembler]
+* xref:design-application-server.adoc[Application Server]
+* xref:design-transaction-service.adoc[Transaction Service]
+* xref:design-security-service.adoc[Security Service]
+* xref:design-resource-manager.adoc[Resource Manager]
+* xref:design-container.adoc[Container]
+* xref:design-assembler.adoc[Assembler]
diff --git a/src/main/jbake/content/dev/release-tomee.adoc b/src/main/jbake/content/dev/release-tomee.adoc
index d3b5dac..2493a11 100644
--- a/src/main/jbake/content/dev/release-tomee.adoc
+++ b/src/main/jbake/content/dev/release-tomee.adoc
@@ -279,7 +279,7 @@ list_mirrors | while read n; do
 done | sort | grep 'http'
 ....
 
-Commit and publish changes to the site, see xref:dev/release-tomee.adoc#staging[Site Staging]
+Commit and publish changes to the site, see xref:release-tomee.adoc#staging[Site Staging]
 
  https://cms.apache.org/tomee/publish
 
diff --git a/src/main/jbake/content/dev/source-code.adoc b/src/main/jbake/content/dev/source-code.adoc
index fcc54ae..5eaf882 100644
--- a/src/main/jbake/content/dev/source-code.adoc
+++ b/src/main/jbake/content/dev/source-code.adoc
@@ -40,7 +40,7 @@ NOTE: This method does not require the GIT client.
 
 == GIT Information for TomEE Contributors
 
-*Please read our own detailed GitFlow workflow information xref:dev/git.adoc[here]*
+*Please read our own detailed GitFlow workflow information xref:git.adoc[here]*
 
 We will be using the https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow[Gitflow Workflow] from day one.
 Please read and understand how this works.
diff --git a/src/main/jbake/content/dev/writing-validation-tests.adoc b/src/main/jbake/content/dev/writing-validation-tests.adoc
index 961923d..06c5eff 100644
--- a/src/main/jbake/content/dev/writing-validation-tests.adoc
+++ b/src/main/jbake/content/dev/writing-validation-tests.adoc
@@ -106,7 +106,7 @@ Simply invoke the following maven command
 mvn test -Dtest=ValidationKeysAuditorTest -DconfluenceUsername=YourConfluenceUsername -DconfluencePassword=YourConfluencePassword
 ----
 
-The above command will create a complete test coverage report and post it to this location xref:dev/validation-keys-audit-report.adoc[Validation Keys Audit Report]
+The above command will create a complete test coverage report and post it to this location xref:validation-keys-audit-report.adoc[Validation Keys Audit Report]
 
 === Quick facts about ValidationRunner and things to keep in mind while writing tests