Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 995e9a766 -> cf0433ea8
Update links in Community page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/cf0433ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/cf0433ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/cf0433ea Branch: refs/heads/asf-site Commit: cf0433ea89c0eb0fef2a01563c36720d1425d81c Parents: 995e9a7 Author: JamesBognar <[email protected]> Authored: Wed Feb 22 13:38:43 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Wed Feb 22 13:38:43 2017 -0500 ---------------------------------------------------------------------- content/community.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cf0433ea/content/community.html ---------------------------------------------------------------------- diff --git a/content/community.html b/content/community.html index 348ccca..30450a5 100644 --- a/content/community.html +++ b/content/community.html @@ -33,13 +33,13 @@ When that happens, if you accept, the following process kicks into place... </p> <ul class='spaced-list'> - <li>Download and print the Apache Contributor License Agreement from <a href='http://www.apache.org/dev/new-committers-guide.html'>here</a>. + <li>Download and print the Apache Contributor License Agreement from the <a class='doclink' href='http://www.apache.org/dev/new-committers-guide.html' target='_top'>New committers guide</a>. <li>Sign and fax (or email) the CLA to Apache. <li>Wait for your name to appear on the list of received CLAs. Once that's done, let us know and we can apply to Apache Infrastructure to have your account created. We'll need the following information: Full name, preferred email address, preferred unix account name. - <li>Read the <a href='http://www.apache.org/dev/new-committers-guide.html'>New committers guide</a>. - <li>More information for new committers can be found <a href='http://www.apache.org/dev/committers.html'>here</a>. + <li>Read the <a class='doclink' href='http://www.apache.org/dev/new-committers-guide.html' target='_top'>New committers guide</a>. + <li>More information for new committers can be found in the <a class='doclink' href='http://www.apache.org/dev/committers.html' target='_top'>Committers information</a> doc. </ul> <h5 class='toc'>Current members</h5> @@ -61,11 +61,11 @@ <h5 class='toc'>Developer how-to articles</h5> <ul class='spaced-list'> - <li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/Setting+up+your+Eclipse+workspace'>Setting up your Eclipse workspace</a> - <li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/Coding+guidelines'>Coding guidelines</a> - <li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/New+release+guidelines'>New release guidelines</a> - <li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/Versioning+guidelines'>Versioniong guidelines</a> - <li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/Using+the+code+formatting+stylesheet'>Using the code formatting stylesheet</a> + <li><a class='doclink' target='_top' href='https://cwiki.apache.org/confluence/display/JUNEAU/Setting+up+your+Eclipse+workspace'>Setting up your Eclipse workspace</a> + <li><a class='doclink' target='_top' href='https://cwiki.apache.org/confluence/display/JUNEAU/Coding+guidelines'>Coding guidelines</a> + <li><a class='doclink' target='_top' href='https://cwiki.apache.org/confluence/display/JUNEAU/New+release+guidelines'>New release guidelines</a> + <li><a class='doclink' target='_top' href='https://cwiki.apache.org/confluence/display/JUNEAU/Versioning+guidelines'>Versioniong guidelines</a> + <li><a class='doclink' target='_top' href='https://cwiki.apache.org/confluence/display/JUNEAU/Using+the+code+formatting+stylesheet'>Using the code formatting stylesheet</a> </ul> </body> </html>
