Repository: wicket-site Updated Branches: refs/heads/asf-site 0d0383758 -> 66a20f23c
WICKET-6365 Links on "Contribute to the User Guide" are broken Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/66a20f23 Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/66a20f23 Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/66a20f23 Branch: refs/heads/asf-site Commit: 66a20f23c2860ff420c0bb6b68d9bcffc1fb8bf6 Parents: 0d03837 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon May 8 15:14:41 2017 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon May 8 15:14:41 2017 +0200 ---------------------------------------------------------------------- content/atom.xml | 2 +- content/contribute/userguide.html | 6 +++--- contribute/userguide.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/66a20f23/content/atom.xml ---------------------------------------------------------------------- diff --git a/content/atom.xml b/content/atom.xml index 1bf7adb..37492a3 100644 --- a/content/atom.xml +++ b/content/atom.xml @@ -3,7 +3,7 @@ <title>Apache Wicket</title> <link href="http://wicket.apache.org/atom.xml" rel="self"/> <link href="http://wicket.apache.org/"/> - <updated>2017-03-30T20:09:49+02:00</updated> + <updated>2017-05-08T15:14:19+02:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/66a20f23/content/contribute/userguide.html ---------------------------------------------------------------------- diff --git a/content/contribute/userguide.html b/content/contribute/userguide.html index 4e8bb98..ef0a90f 100644 --- a/content/contribute/userguide.html +++ b/content/contribute/userguide.html @@ -48,12 +48,12 @@ <section class="l-one-third right"> </section> <section class="l-two-third left"> - <p>The user guide has been written using the doc engine from Grails project. You can find a reference for this format <a href="https://grails.org/WikiSyntax">here</a>. + <p>The user guide has been written using the doc engine from Grails project. You can find a reference for this format <a href="http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/">here</a>. For more details about the format used to write the guide and to know how to contribute, see</p> <ul> <li><a href="https://ci.apache.org/projects/wicket/guide/6.x/guide/contributing.html">the relative chapter for 6.x</a></li> - <li><a href="https://ci.apache.org/projects/wicket/guide/7.x/guide/contributing.html">the relative chapter for 7.x</a></li> - <li><a href="https://ci.apache.org/projects/wicket/guide/8.x/guide/contributing.html">the relative chapter for 8.x</a></li> + <li><a href="https://ci.apache.org/projects/wicket/guide/7.x/single.html#_contributing_to_this_guide">the relative chapter for 7.x</a></li> + <li><a href="https://ci.apache.org/projects/wicket/guide/8.x/single.html#_contributing_to_this_guide">the relative chapter for 8.x</a></li> </ul> </section> </div> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/66a20f23/contribute/userguide.md ---------------------------------------------------------------------- diff --git a/contribute/userguide.md b/contribute/userguide.md index 5571ed9..9501feb 100644 --- a/contribute/userguide.md +++ b/contribute/userguide.md @@ -3,9 +3,9 @@ layout: default title: Contribute to the User Guide --- -The user guide has been written using the doc engine from Grails project. You can find a reference for this format [here](https://grails.org/WikiSyntax). +The user guide has been written using the doc engine from Grails project. You can find a reference for this format [here](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/). For more details about the format used to write the guide and to know how to contribute, see * [the relative chapter for 6.x](https://ci.apache.org/projects/wicket/guide/6.x/guide/contributing.html) -* [the relative chapter for 7.x](https://ci.apache.org/projects/wicket/guide/7.x/guide/contributing.html) -* [the relative chapter for 8.x](https://ci.apache.org/projects/wicket/guide/8.x/guide/contributing.html) +* [the relative chapter for 7.x](https://ci.apache.org/projects/wicket/guide/7.x/single.html#_contributing_to_this_guide) +* [the relative chapter for 8.x](https://ci.apache.org/projects/wicket/guide/8.x/single.html#_contributing_to_this_guide)
