Skip to content

Commit

Permalink
#1105: Fix some broken link formatting
Browse files Browse the repository at this point in the history
(cherry picked from commit af2da0e)
  • Loading branch information
picimako authored and christophd committed Jan 25, 2024
1 parent 6dc019d commit 1851b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/manual/endpoint-camel.adoc
@@ -1,7 +1,7 @@
[[apache-camel]]
= Apache Camel support

[Apache Camel](https://camel.apache.org) is a fantastic Open Source integration framework that empowers you to quickly
link:https://camel.apache.org[Apache Camel] is a fantastic Open Source integration framework that empowers you to quickly
and easily integrate various systems consuming or producing data.

Camel implements the enterprise integration patterns for building mediation and routing rules in your software.
Expand Down Expand Up @@ -1083,4 +1083,4 @@ public class CamelDataFormatIT extends TestNGCitrusSpringSupport {
----

The example above uses the `base64` data format provided in Camel to marshal/unmarshal the message content to/from a base64 encoded String.
Camel provides support for many data formats as you can see in the [documentation on data formats](https://camel.apache.org/components/latest/dataformats/index.html).
Camel provides support for many data formats as you can see in the link:https://camel.apache.org/components/latest/dataformats/index.html[documentation on data formats].
2 changes: 1 addition & 1 deletion src/manual/endpoint-channel.adoc
Expand Up @@ -2,7 +2,7 @@
= Message channel support

Message channels represent the in memory messaging solution in Citrus. Producer and consumer components are linked via channels
exchanging messages in memory. The transport comes from Spring Integration project (https://spring.io/projects/spring-integration[https://spring.io/projects/spring-integration]).
exchanging messages in memory. The transport comes from the link:https://spring.io/projects/spring-integration[Spring Integration] project.

This opens up a lot of great possibilities to interact with the Spring Integration transport adapters for FTP, TCP/IP and
so on. In addition to that the message channel support provides us a good way to exchange messages in memory.
Expand Down

0 comments on commit 1851b0e

Please sign in to comment.