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/07 08:30:09 UTC

[karaf] branch master updated: Link - syntax error (#1187)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4899fc0  Link - syntax error (#1187)
4899fc0 is described below

commit 4899fc0866932eefb4b81efcb7a237a45ed07bfe
Author: AndreVirtimo <an...@virtimo.de>
AuthorDate: Mon Sep 7 10:29:59 2020 +0200

    Link - syntax error (#1187)
---
 manual/src/main/asciidoc/user-guide/failover.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/src/main/asciidoc/user-guide/failover.adoc b/manual/src/main/asciidoc/user-guide/failover.adoc
index 66d2e2d..70d34dd 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|https://karaf.apache.org/projects.html] is a solution.
+If you are looking for cluster of Apache Karaf instances (active/active), link:https://karaf.apache.org/projects.html[Apache Karaf Cellar] 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.