You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/09/04 04:10:55 UTC

[karaf] branch karaf-4.2.x updated: Fix link to project page (#1181)

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new dc7780c  Fix link to project page (#1181)
dc7780c is described below

commit dc7780cc134815f962ac478dcf6d443d3b0f6c0f
Author: AndreVirtimo <an...@virtimo.de>
AuthorDate: Fri Sep 4 06:09:46 2020 +0200

    Fix link to project page (#1181)
    
    (cherry picked from commit f2db4f6456f776accda8ef156d62ea07939b2b77)
---
 manual/src/main/asciidoc/user-guide/failover.adoc | 4 ++--
 manual/src/main/asciidoc/user-guide/obr.adoc      | 2 +-
 manual/src/main/asciidoc/user-guide/remote.adoc   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/manual/src/main/asciidoc/user-guide/failover.adoc b/manual/src/main/asciidoc/user-guide/failover.adoc
index 59f3664..66d2e2d 100644
--- a/manual/src/main/asciidoc/user-guide/failover.adoc
+++ b/manual/src/main/asciidoc/user-guide/failover.adoc
@@ -17,7 +17,7 @@
 Apache Karaf natively provides a failover mechanism. It uses a kind of master/slave topology where one instance is active
 and the others are in standby.
 
-If you are looking for cluster of Apache Karaf instances (active/active), [Apache Karaf Cellar|http://karaf.apache.org/index/subprojects/cellar.html] is a solution.
+If you are looking for cluster of Apache Karaf instances (active/active), [Apache Karaf Cellar|https://karaf.apache.org/projects.html] is a solution.
 
 Karaf provides failover capability using either a simple lock file or a JDBC locking mechanism.
 In both cases, a container-level lock system allows bundles to be preloaded into the slave Karaf instance in order to provide faster failover performance.
@@ -254,4 +254,4 @@ to update the slave configuration to bind the services (ssh, JMX, etc) on differ
 
 Apache Karaf doesn't natively support clustering. By cluster, we mean several active instances, synchronized with each other.
 
-However, http://karaf.apache.org/index/subprojects/cellar.html[Apache Karaf Cellar] can be installed to provide cluster support.
+However, https://karaf.apache.org/projects.html[Apache Karaf Cellar] can be installed to provide cluster support.
diff --git a/manual/src/main/asciidoc/user-guide/obr.adoc b/manual/src/main/asciidoc/user-guide/obr.adoc
index e3f12c8..e52ee83 100644
--- a/manual/src/main/asciidoc/user-guide/obr.adoc
+++ b/manual/src/main/asciidoc/user-guide/obr.adoc
@@ -370,4 +370,4 @@ The name to identify a bundle uses the following syntax: `symbolic_name,version`
 
 In addition of being an OBR client, Apache Karaf can act as an OBR repositories server, thanks to Apache Karaf Cave.
 
-See the http://karaf.apache.org/index/subprojects/cave.html for details.
+See the https://karaf.apache.org/projects.html for details.
diff --git a/manual/src/main/asciidoc/user-guide/remote.adoc b/manual/src/main/asciidoc/user-guide/remote.adoc
index 4e8522b..a858ea8 100644
--- a/manual/src/main/asciidoc/user-guide/remote.adoc
+++ b/manual/src/main/asciidoc/user-guide/remote.adoc
@@ -423,7 +423,7 @@ mvn deploy:deploy-file -Dfile=org.apache.servicemix.bundles.facebook4j-2.0.2_1.j
 
 [NOTE]
 ====
-If you want to turn Apache Karaf as a simple Maven repository, you can use link:http://karaf.apache.org/index/subprojects/cave.html[Apache Karaf Cave].
+If you want to turn Apache Karaf as a simple Maven repository, you can use link:https://karaf.apache.org/projects.html[Apache Karaf Cave].
 ====
 
 ==== JMX MBeanServer