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 0b52f319899c3c54293c918a55d090bfeeb7c8b9
Author: aherbert <aherb...@apache.org>
AuthorDate: Tue Sep 14 13:43:25 2021 +0100

    Fix links for browsing the examples javadoc
---
 commons-rng-examples/README.md                        | 1 -
 commons-rng-examples/examples-jmh/README.md           | 2 +-
 commons-rng-examples/examples-jpms/README.md          | 1 -
 commons-rng-examples/examples-jpms/jpms-app/README.md | 2 +-
 commons-rng-examples/examples-jpms/jpms-lib/README.md | 2 +-
 commons-rng-examples/examples-quadrature/README.md    | 2 +-
 commons-rng-examples/examples-sampling/README.md      | 2 +-
 commons-rng-examples/examples-stress/README.md        | 2 +-
 8 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/commons-rng-examples/README.md b/commons-rng-examples/README.md
index 0c8bd01..13d93be 100644
--- a/commons-rng-examples/README.md
+++ b/commons-rng-examples/README.md
@@ -55,7 +55,6 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons RNG 
homepage](https://commons.apache.org/proper/commons-rng).
-The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples/apidocs/)
 can be browsed.
 Questions related to the usage of Apache Commons RNG Examples should be posted 
to the [user mailing list][ml].
 
 Where can I get the latest release?
diff --git a/commons-rng-examples/examples-jmh/README.md 
b/commons-rng-examples/examples-jmh/README.md
index 0dedc2b..2f60552 100644
--- a/commons-rng-examples/examples-jmh/README.md
+++ b/commons-rng-examples/examples-jmh/README.md
@@ -53,7 +53,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons RNG 
homepage](https://commons.apache.org/proper/commons-rng).
-The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples-jmh/apidocs/)
 can be browsed.
+The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples/commons-rng-examples-jmh/apidocs/)
 can be browsed.
 Questions related to the usage of JMH Benchmark should be posted to the [user 
mailing list][ml].
 
 Where can I get the latest release?
diff --git a/commons-rng-examples/examples-jpms/README.md 
b/commons-rng-examples/examples-jpms/README.md
index 7b2c9e6..8dc365b 100644
--- a/commons-rng-examples/examples-jpms/README.md
+++ b/commons-rng-examples/examples-jpms/README.md
@@ -52,7 +52,6 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons RNG 
homepage](https://commons.apache.org/proper/commons-rng).
-The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples-jpms/apidocs/)
 can be browsed.
 Questions related to the usage of JPMS Integration test should be posted to 
the [user mailing list][ml].
 
 Where can I get the latest release?
diff --git a/commons-rng-examples/examples-jpms/jpms-app/README.md 
b/commons-rng-examples/examples-jpms/jpms-app/README.md
index f9e1cfb..605463f 100644
--- a/commons-rng-examples/examples-jpms/jpms-app/README.md
+++ b/commons-rng-examples/examples-jpms/jpms-app/README.md
@@ -52,7 +52,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons RNG 
homepage](https://commons.apache.org/proper/commons-rng).
-The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples-jpms-app/apidocs/)
 can be browsed.
+The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples/commons-rng-examples-jpms/commons-rng-examples-jpms-app/apidocs/)
 can be browsed.
 Questions related to the usage of JPMS module example (application) should be 
posted to the [user mailing list][ml].
 
 Where can I get the latest release?
diff --git a/commons-rng-examples/examples-jpms/jpms-lib/README.md 
b/commons-rng-examples/examples-jpms/jpms-lib/README.md
index c248fde..bc0affc 100644
--- a/commons-rng-examples/examples-jpms/jpms-lib/README.md
+++ b/commons-rng-examples/examples-jpms/jpms-lib/README.md
@@ -52,7 +52,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons RNG 
homepage](https://commons.apache.org/proper/commons-rng).
-The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples-jpms-lib/apidocs/)
 can be browsed.
+The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples/commons-rng-examples-jpms/commons-rng-examples-jpms-lib/apidocs/)
 can be browsed.
 Questions related to the usage of JPMS module example (library) should be 
posted to the [user mailing list][ml].
 
 Where can I get the latest release?
diff --git a/commons-rng-examples/examples-quadrature/README.md 
b/commons-rng-examples/examples-quadrature/README.md
index 28b6fc2..4702266 100644
--- a/commons-rng-examples/examples-quadrature/README.md
+++ b/commons-rng-examples/examples-quadrature/README.md
@@ -53,7 +53,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons RNG 
homepage](https://commons.apache.org/proper/commons-rng).
-The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples-quadrature/apidocs/)
 can be browsed.
+The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples/commons-rng-examples-quadrature/apidocs/)
 can be browsed.
 Questions related to the usage of Quadrature example should be posted to the 
[user mailing list][ml].
 
 Where can I get the latest release?
diff --git a/commons-rng-examples/examples-sampling/README.md 
b/commons-rng-examples/examples-sampling/README.md
index 4436af6..d38efc0 100644
--- a/commons-rng-examples/examples-sampling/README.md
+++ b/commons-rng-examples/examples-sampling/README.md
@@ -53,7 +53,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons RNG 
homepage](https://commons.apache.org/proper/commons-rng).
-The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples-sampling/apidocs/)
 can be browsed.
+The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples/commons-rng-examples-sampling/apidocs/)
 can be browsed.
 Questions related to the usage of Sampling example should be posted to the 
[user mailing list][ml].
 
 Where can I get the latest release?
diff --git a/commons-rng-examples/examples-stress/README.md 
b/commons-rng-examples/examples-stress/README.md
index ebf5539..8130a44 100644
--- a/commons-rng-examples/examples-stress/README.md
+++ b/commons-rng-examples/examples-stress/README.md
@@ -53,7 +53,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons RNG 
homepage](https://commons.apache.org/proper/commons-rng).
-The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples-stress/apidocs/)
 can be browsed.
+The 
[Javadoc](https://commons.apache.org/proper/commons-rng/commons-rng-examples/commons-rng-examples-stress/apidocs/)
 can be browsed.
 Questions related to the usage of Stress test example should be posted to the 
[user mailing list][ml].
 
 Where can I get the latest release?

Reply via email to