You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/11/24 06:08:19 UTC

[camel-quarkus] branch main updated: Fix xref links, remove them (its hard to understand how to link between sub projects)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 506b229  Fix xref links, remove them (its hard to understand how to link between sub projects)
506b229 is described below

commit 506b229dbe21dc5fa8a119606801e0e9a515d1e8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 24 07:07:55 2021 +0100

    Fix xref links, remove them (its hard to understand how to link between sub projects)
---
 docs/modules/ROOT/pages/migration-guide/2.6.0.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/migration-guide/2.6.0.adoc b/docs/modules/ROOT/pages/migration-guide/2.6.0.adoc
index 81dd32c..e32d379 100644
--- a/docs/modules/ROOT/pages/migration-guide/2.6.0.adoc
+++ b/docs/modules/ROOT/pages/migration-guide/2.6.0.adoc
@@ -4,11 +4,11 @@ The following guide outlines how to adapt your code to changes that were made in
 
 == Graceful shutdown strategy is used by default
 
-In previous releases, graceful shutdown strategy (default strategy in Camel, see https://camel.apache.org/manual/graceful-shutdown.html[documentation] ) wasn't used by default.
+In previous releases, graceful shutdown strategy (default strategy in Camel) wasn't used by default.
 Shutdown wasn't controlled by any strategy.
 
 This is no longer the case.
-Graceful shutdown strategy is enabled by default (see https://camel.apache.org/manual/graceful-shutdown.html[documentation]) with one exception only.
+Graceful shutdown strategy is enabled by default with one exception only.
 If timeout for graceful shutdown is not set and application runs in a development mode, no shutdown strategy is used (behavior for the development mode without timeout for graceful timeout wasn't changed).
 
 `DefaultShutdownStrategy` could be configured via `application.properties`.