You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/12 21:56:31 UTC

[commons-rng] 02/02: Add source download link for examples in user guide

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit a5576babdfedf0d18d0923f1041d9a6570df5b54
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 12 22:28:57 2021 +0100

    Add source download link for examples in user guide
---
 src/site/apt/userguide/rng.apt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt
index dbaf7e9..76ab63a 100644
--- a/src/site/apt/userguide/rng.apt
+++ b/src/site/apt/userguide/rng.apt
@@ -72,7 +72,8 @@
 
   This module provides miscellaneous complete applications that illustrate usage of the library.
   Please note that this module is not part of the library's API; no compatibility should be expected
-  in successive releases of "Commons RNG".
+  in successive releases of "Commons RNG". The examples can be download in the
+  {{{https://commons.apache.org/rng/download_rng.cgi}source distribution}}.
 
   As of version 1.1, the following modules are provided:
 
@@ -974,7 +975,7 @@ double[] coordinate = sampler.sample();
 
 6. Examples
 
-  The source distribution for Apache Commons RNG contains example applications to demonstrate
+  The {{{https://commons.apache.org/rng/download_rng.cgi}source distribution}} for Apache Commons RNG contains example applications to demonstrate
   functionality of the library. These are contained in the following modules:
 
 *----------*---------------+