This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit dbfa5cadbac64e9b8ff6c8222a2d6bc64b5c4992 Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Jun 22 11:44:13 2018 +0200 Update the link to page listing development branches. --- .../sis-console/src/main/java/org/apache/sis/console/package-info.java | 2 +- .../src/main/java/org/apache/sis/internal/system/Supervisor.java | 2 +- .../src/main/java/org/apache/sis/internal/util/TemporalUtilities.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/sis-console/src/main/java/org/apache/sis/console/package-info.java b/application/sis-console/src/main/java/org/apache/sis/console/package-info.java index 37efd23..09ee1c4 100644 --- a/application/sis-console/src/main/java/org/apache/sis/console/package-info.java +++ b/application/sis-console/src/main/java/org/apache/sis/console/package-info.java @@ -21,7 +21,7 @@ * * <div class="section">SIS installation on remote machines</div> * Some sub-commands can operate on SIS installation on remote machines, provided that Apache SIS - * has been <a href="http://sis.apache.org/branches.html#master">compiled with MBeans enabled</a> + * has been <a href="http://sis.apache.org/source.html#master">compiled with MBeans enabled</a> * and that the remote Java Virtual Machine has been started with the following options: * * {@preformat shell diff --git a/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java b/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java index f605c96..81358b6 100644 --- a/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java +++ b/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java @@ -60,7 +60,7 @@ public final class Supervisor extends StandardMBean implements SupervisorMBean { * Whatever JMX agent is enabled. Setting this variable to {@code false} allows the * Java compiler to omit any dependency to this {@code Supervisor} class. * - * @see <a href="http://sis.apache.org/branches.html#master">Differences between SIS master and branches</a> + * @see <a href="http://sis.apache.org/source.html#master">Differences between SIS master and branches</a> */ static final boolean ENABLED = true; diff --git a/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java b/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java index c72e1cd..9e55e7f 100644 --- a/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java +++ b/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java @@ -44,7 +44,7 @@ public final class TemporalUtilities extends Static { * * This constant will be removed after SIS release a sis-temporal module. * - * @see <a href="http://sis.apache.org/branches.html#master">Differences between SIS master and branches</a> + * @see <a href="http://sis.apache.org/source.html#master">Differences between SIS master and branches</a> */ public static final boolean REPORT_MISSING_MODULE = true;
