This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push: new 45b1fe0 GEOMETRY-40: Fix template file (web site). 45b1fe0 is described below commit 45b1fe0be5ce96b74a0de10360dcd92bb39112db Author: Gilles Sadowski <gil...@harfang.homelinux.org> AuthorDate: Sun Jan 27 11:56:58 2019 +0100 GEOMETRY-40: Fix template file (web site). Thanks to Sven Rathgeber for pointing out the copy/paste mistakes. --- src/site/xdoc/developers.xml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index b781e29..f39e905 100644 --- a/src/site/xdoc/developers.xml +++ b/src/site/xdoc/developers.xml @@ -45,11 +45,11 @@ <li> Download the Commons Geometry source code. Follow the instructions under the heading "Repository Checkout" on the - <a href="https://git-wip-us.apache.org/">Git at the ASF page</a>. + <a href="https://gitbox.apache.org/">Git at the ASF page</a>. The git url for the current development sources of Commons Geometry - is <source>http://git-wip-us.apache.org/repos/asf/commons-rng.git</source> + is <source>http://gitbox.apache.org/repos/asf/commons-geometry.git</source> for anonymous read-only access and - <source>https://apach...@git-wip-us.apache.org/repos/asf/commons-rng.git</source> + <source>https://apach...@gitbox.apache.org/repos/asf/commons-geometry.git</source> (where apacheid should be replaced by each committer Apache ID) for committers read-write access. </li> @@ -68,11 +68,6 @@ Maven. </li> <li> - Have a look at the new features that users and developers have requested - on the <a href="http://wiki.apache.org/commons/RngWishList"> - Geometry Wish List Wiki Page.</a> - </li> - <li> Be sure to join the commons-dev and commons-user <a href="mail-lists.html"> email lists</a> and use them appropriately (make sure the string @@ -90,7 +85,7 @@ for submitting bugs and search the database to determine if an issue exists or has already been dealt with. <p> - See the <a href="http://commons.apache.org/rng/issue-tracking.html"> + See the <a href="http://commons.apache.org/geometry/issue-tracking.html"> Commons Geometry Issue Tracking Page</a> for more information on how to search for or submit bugs or enhancement requests. @@ -128,13 +123,10 @@ useful</li> </ul></li> <li>Assuming a generally favorable response to the idea on commons-dev, - the next step is to add an entry to the - <a href="http://wiki.apache.org/commons/RngWishList">Geometry Wish - List</a> corresponding to the idea. Include a reference to the - discussion thread. </li> - <li>Create a JIRA ticket using the the feature title as the short + the next step is to file a report on the issue-tracking system (JIRA): + Create a JIRA ticket using the the feature title as the short description. Incorporate feedback from the initial posting in the - description. Add a reference to the JIRA ticket to the WishList entry. + description. Add a reference to the discussion thread. </li> <li>Submit code as attachments to the JIRA ticket. Please use one ticket for each feature, adding multiple patches to the ticket @@ -190,7 +182,7 @@ terms used in component documentation <i>must</i> be provided. </li> <li> - Commons rng javadoc generation supports embedded LaTeX formulas via the + Commons Geometry javadoc generation supports embedded LaTeX formulas via the <a href="http://www.mathjax.org">MathJax</a> javascript display engine. To embed mathematical expressions formatted in LaTeX in javadoc, simply surround the expression to be formatted with either <code>\(</code> and <code>\)</code>