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 2019/12/12 12:49:54 UTC

[camel] branch master updated: Fix typos in documentation navigation (#3400)

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


The following commit(s) were added to refs/heads/master by this push:
     new 564e4db  Fix typos in documentation navigation (#3400)
564e4db is described below

commit 564e4db043f071923c9ead4115bb80cda1f10a6d
Author: gurpal2000 <g...@gurpal.co.uk>
AuthorDate: Thu Dec 12 12:49:43 2019 +0000

    Fix typos in documentation navigation (#3400)
    
    * Fix typo
    
    Typo fix - "Hidding" to "Hiding"
    
    * Typo fix
    
    Fixed "Hidding" to "Hiding"
---
 docs/user-manual-nav.adoc.template     | 4 ++--
 docs/user-manual/modules/ROOT/nav.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/user-manual-nav.adoc.template b/docs/user-manual-nav.adoc.template
index aa223f1..b6c5105 100644
--- a/docs/user-manual-nav.adoc.template
+++ b/docs/user-manual-nav.adoc.template
@@ -43,7 +43,7 @@
  ** xref:transformer.adoc[Transformer]
  ** xref:validator.adoc[Validator]
  ** xref:spring-remoting.adoc[Spring Remoting]
- ** xref:hiding-middleware.adoc[Hidding Middleware]
+ ** xref:hiding-middleware.adoc[Hiding Middleware]
  ** xref:health-check.adoc[Health Checks]
 * Domain Specific Languages
  ** xref:dsl.adoc[Camel Domain Specific Language]
@@ -161,4 +161,4 @@
  ** xref:faq/why-does-camel-use-too-many-threads-with-producertemplate.adoc[Why does Camel use too many threads with ProducerTemplate?]
  ** xref:faq/why-does-maven-not-download-dependencies.adoc[Why does maven not download dependencies?]
 * xref:camel-3-migration-guide.adoc[Camel 2.x to 3.0 Migration Guide]
-* xref:camel-3x-upgrade-guide.adoc[Camel 3.x Upgrade Guide]
+* xref:camel-3x-migration-guide.adoc[Camel 3.x Migration Guide]
diff --git a/docs/user-manual/modules/ROOT/nav.adoc b/docs/user-manual/modules/ROOT/nav.adoc
index 82442f4..008b2ae 100644
--- a/docs/user-manual/modules/ROOT/nav.adoc
+++ b/docs/user-manual/modules/ROOT/nav.adoc
@@ -44,7 +44,7 @@
  ** xref:transformer.adoc[Transformer]
  ** xref:validator.adoc[Validator]
  ** xref:spring-remoting.adoc[Spring Remoting]
- ** xref:hiding-middleware.adoc[Hidding Middleware]
+ ** xref:hiding-middleware.adoc[Hiding Middleware]
  ** xref:health-check.adoc[Health Checks]
 * Domain Specific Languages
  ** xref:dsl.adoc[Camel Domain Specific Language]
@@ -237,4 +237,4 @@
  ** xref:faq/why-does-camel-use-too-many-threads-with-producertemplate.adoc[Why does Camel use too many threads with ProducerTemplate?]
  ** xref:faq/why-does-maven-not-download-dependencies.adoc[Why does maven not download dependencies?]
 * xref:camel-3-migration-guide.adoc[Camel 2.x to 3.0 Migration Guide]
-* xref:camel-3x-upgrade-guide.adoc[Camel 3.x Upgrade Guide]
+* xref:camel-3x-migration-guide.adoc[Camel 3.x Migration Guide]