You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/10/22 06:32:32 UTC

[camel] 02/02: Added Graceful Shutdown link to Summary

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

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

commit 987244dac495ae0c3e13f1aa64678f4b56849b84
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 22 08:31:16 2018 +0200

    Added Graceful Shutdown link to Summary
---
 docs/user-manual/en/SUMMARY.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 55d9643..edb8cd5 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -45,7 +45,7 @@
 * [Bean Integration](bean-integration.adoc)
 * [Configuring Camel](configuring-camel.adoc)
 * [Configuring route startup ordering and autostartup]
-* [Graceful Shutdown]
+* [Graceful Shutdown](graceful-shutdown.adoc)
 * [AsyncProcessorAwaitManager] for insight into the routing engine when it has been forced to block threads while exchanges are being processed asynchronous
 * [Error handling in Camel](error-handling-in-camel.adoc)
 * [How to use Camel property placeholders](using-propertyplaceholder.adoc)