This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new 8cf0c6e Page not found errors fixed in link checker except footer,missing files 8cf0c6e is described below commit 8cf0c6eda64e3105aef6294a3a53fa5d02a888c5 Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com> AuthorDate: Sat Jun 22 15:32:11 2019 +0530 Page not found errors fixed in link checker except footer,missing files --- content/community/articles.md | 6 +++--- content/community/support.md | 6 +++--- content/community/team.md | 2 +- content/community/user-stories.md | 6 +++--- layouts/partials/footer.html | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/community/articles.md b/content/community/articles.md index ba4d1bd..b01a9bf 100644 --- a/content/community/articles.md +++ b/content/community/articles.md @@ -165,7 +165,7 @@ These examples show usage of several different components and other concepts suc * [Lessons learned from using Apache Camel, MTOM and JMS](http://blog.avisi.nl/2013/05/28/lessons-learned-from-using-apache-camel-mtom-and-jms/) - Blog post on experience using SOAP with MTOM (using Apache CXF) and JMS (using Apache ActiveMQ). * [Camel CXF Component – WSDL First Example](https://code.notsoclever.cc/camel-cxf-component-wsdl-first-example/) - A simple WSDL first Camel CXF producer and consumer. * [Camel CXFRS Component - Simple REST](http://code.notsoclever.cc/camel-cxfrs-jdbc-rest-example/) - A simple CXFRS example exposing a REST interface to a database table. -* [From inside the code: Camel RouteBuilder and Java DSL](http://www.christianposta.com/blog/?p=249) - A deep dive into the internals of Apache Camel to see how the Java [DSL](dsl.html) works +* [From inside the code: Camel RouteBuilder and Java DSL](http://www.christianposta.com/blog/?p=249) - A deep dive into the internals of Apache Camel to see how the Java [DSL](../../manual/latest/dsl.html) works * [From inside the code: Camel Routing Engine Part I](http://www.christianposta.com/blog/?p=323) - A deep dive into the internals of Apache Camel to see how Camel setup the routes * [Testing Camel JPA routes with Pax-Exam and Karaf](http://notizblog.nierbeck.de/2013/08/testing-camel-jpa-routes-with-pax-exam-and-karaf/) - This blog is about how to use JPA, CXF and ActiveMQ with Camel in Karaf and how to do the testing best * [Testing with Apache Camel](http://bushorn.com/unit-testing-apache-camel/) - Blog post from April 2014 by Gnanaguru summarizing his experience looking into unit testing with Camel and all the possible ways this can be done. @@ -173,7 +173,7 @@ These examples show usage of several different components and other concepts suc * [Parleys Rest SMS with Apache Camel](http://imranrazakh.blogspot.ae/2014/04/parlay-rest-sms-with-apache-camel.html) from April 2014 Imran Raza Khan talking about how to send SMS text messages using REST api with Apache Camel. * [Camel HTTP file upload with multipart/form-data](http://hilton.org.uk/blog/camel-multipart-form-data) from August 2014 by Peter Hilton how to send files over legacy system using HTTP built using Scala and the Scala DSL. * [Spring Boot, Docker and Websockets Integration with Apache Camel](http://blog.andyserver.com/2015/04/spring-boot-docker-websockets-camel/) from April 2015 by Andrew Block how to build a Camel web app using Spring Boot that listen for docker events in a HTML5 web app using web sockets in a micro style manner. -* [Using basic authentication and Jetty realms to protect Apache Camel REST routes](http://www.mooreds.com/wordpress/archives/2065) from June 2015 by Dan Moore writes how to use basic auth with the [Rest DSL](rest-dsl.html) and Jetty as component. +* [Using basic authentication and Jetty realms to protect Apache Camel REST routes](http://www.mooreds.com/wordpress/archives/2065) from June 2015 by Dan Moore writes how to use basic auth with the [Rest DSL](../../manual/latest/rest-dsl.html) and Jetty as component. * [Using Camel, CDI inside Kubernetes with Fabric8](http://Using Camel, CDI inside Kubernetes with Fabric8) from June 2015 by Ioanis Cannelos who writes how to build Camel microservices with CDI and have services discovery and injection with CDI for Docker containers running on Kubernetes with [fabric8](http://fabric8.io/). * [Learn Apache Camel - Indexing Tweets in Real-Time](http://kaviddiss.com/2015/09/06/learn-apache-camel/) from September 2016 by David Kiss, how to pull in tweets in real time and index those in elasticsearch and use a see the data in graphical dashboard. * [Calling Native Code with Camel](http://joshdreagan.github.io/2016/11/21/calling_native_code_with_camel/) from November 2016 by Josh Regan talking about how to call c, c++, c# code directly from Camel. @@ -261,7 +261,7 @@ These examples show Camel combined with several tools (e.g. IDE), ESBs, Applicat * [Apache Camel and Scala](http://www.kai-waehner.de/blog/2011/06/23/apache-camel-and-scala-a-powerful-combination/): A powerful Combination _by Kai Wähner_ * [A little Scala DSL example](http://davsclaus.blogspot.com/2011/12/apache-camel-little-scala-dsl-example.html) - A little blog post showing how to use the Camel Scala DSL levering Scala functions directly in the DSL. * [Apache Camel’s Scala DSL explored](http://blog.avisi.nl/2013/01/07/apache-camels-scala-dsl-explored/) - A blog post using Camel and Scala to build a powerful solution to decouple systems. Using HTTP, JSon and Scala case classes in a nice way. -* [Using Apache Camel with Scala and the Camel Scala DSL](http://www.hascode.com/2013/02/using-apache-camel-with-scala-and-the-camel-scala-dsl/) - A tutorial from Feb 2013 on using Camel and Scala DSL with a number of examples using the [EIP](eip.html)s and Camel [Components](components.html), and with source code. +* [Using Apache Camel with Scala and the Camel Scala DSL](http://www.hascode.com/2013/02/using-apache-camel-with-scala-and-the-camel-scala-dsl/) - A tutorial from Feb 2013 on using Camel and Scala DSL with a number of examples using the [EIP](eip.html)s and Camel [Components](../../manual/latest/component.html), and with source code. * [Apache Camel with Scala testing styles](http://siliconsenthil.in/blog/2013/07/07/apache-camel-with-scala-testing-styles/) - A blog post on different approaches of camel testing with ScalaTest. * [Apache Camel with Scala: Extending DSL](http://siliconsenthil.in/blog/2013/07/11/apache-camel-with-scala-extending-dsl/) - A blog post extending the Camel Scala DSL diff --git a/content/community/support.md b/content/community/support.md index 12aa57a..096248d 100644 --- a/content/community/support.md +++ b/content/community/support.md @@ -13,7 +13,7 @@ If you are in doubt, we appreciate asking the [mailing list](/community/mailing- Please read the section below (How to get help), and follow the bullets advised there first: * [Issue tracker](https://issues.apache.org/jira/browse/CAMEL) -* [FAQ](community/faq/) +* [FAQ](../../manual/latest/faq.html) ### Reporting bugs - Please read this first @@ -34,7 +34,7 @@ A list of deprecated components is listed on the github page at: https://github. ### How to get help -Before you report a problem, you may wish to read the [FAQ](community/faq). +Before you report a problem, you may wish to read the [FAQ](../../manual/latest/faq.html). When you report an issue, please be sure to include as much information as possible. The more we know, the easier it is to reach an effective solution quickly. *What version do you use* @@ -60,7 +60,7 @@ What version of Camel do you use! Remember to include this information. We can help you much quicker if you try the following * provide us with a JUnit test case that demonstrates your issue. e.g. if you think you've found a bug, can you create a test case to demonstrate the bug? -* [submit a patch](/community/contributing/) fixing the bug! (We also buy you beer when we meet you if you submit bug fixes (smile) ) +* [submit a patch](https://github.com/apache/camel/blob/master/CONTRIBUTING.md) fixing the bug! (We also buy you beer when we meet you if you submit bug fixes (smile) ) * for memory leak or performance related issues, if you can run a profiler on your test case and attach the output as a file (or zipped file if it's huge) to the JIRA we can normally fix things much faster. e.g. you could run jmap/jhat, JProfiler or YourKit on your code and send us the output. To find memory leaks it's quicker to resolve if you can tell us what classes are taking up all of the RAM; we can normally figure out what's wrong from that. ## Commercial Support diff --git a/content/community/team.md b/content/community/team.md index 2191219..d06ef3e 100644 --- a/content/community/team.md +++ b/content/community/team.md @@ -69,7 +69,7 @@ When posting to the mailing lists, use plain text mails. Do not use HTML mails. Adding your name to the list below. -If you have been contributing to the Apache Camel project, and you want your name added to the list below. Then you can get in touch with the Camel team from the [Mailing Lists](community/mailing-list) and ask to be added. +If you have been contributing to the Apache Camel project, and you want your name added to the list below. Then you can get in touch with the Camel team from the [Mailing Lists](../mailing-list/) and ask to be added. {{< bootstrap-table "table table-hover text-left" >}} | Name | Organisation | diff --git a/content/community/user-stories.md b/content/community/user-stories.md index 49c44e7..6135ae7 100644 --- a/content/community/user-stories.md +++ b/content/community/user-stories.md @@ -7,8 +7,8 @@ This page is intended as a place to collect user stories and feedback on Apache {{< bootstrap-table "table table-hover text-left" >}} | Company, Product, or Project | Description | |-------------------------------|-------------| -|[Apache ActiveMQ](http://activemq.apache.org)|Uses Camel to add [Enterprise Integration Patterns](enterprise-integration-patterns.html) support into the [ActiveMQ broker](http://activemq.apache.org/enterprise-integration-patterns.html). If you run an out of the box ActiveMQ broker, look in *conf/camel.xml* and you'll see *camelContext* with some example routing rules. Can be used to bridge ActiveMQ with any of the camel [Components](components.html).| -|[Apache ServiceMix](http://servicemix.apache.org/home.html)|Uses Camel as a routing engine as a [JBI service](http://servicemix.apache.org/servicemix-camel.html) unit for use either in [JBI](jbi.html) or OSGi to route between JBI endpoints. See the [tutorial](http://servicemix.apache.org/3-beginner-using-apache-camel-inside-servicemix.html) or [example](http://servicemix.apache.org/camel-example.html)| +|[Apache ActiveMQ](http://activemq.apache.org)|Uses Camel to add [Enterprise Integration Patterns](../../manual/latest/enterprise-integration-patterns.html) support into the [ActiveMQ broker](http://activemq.apache.org/enterprise-integration-patterns.html). If you run an out of the box ActiveMQ broker, look in *conf/camel.xml* and you'll see *camelContext* with some example routing rules. Can be used to bridge ActiveMQ with any of the camel [Components](../../manual/latest/component.html).| +|[Apache ServiceMix](http://servicemix.apache.org/home.html)|Uses Camel as a routing engine as a [JBI service](http://servicemix.apache.org/servicemix-camel.html) unit for use either in [JBI](../../manual/latest/jbi.html) or OSGi to route between JBI endpoints. See the [tutorial](http://servicemix.apache.org/3-beginner-using-apache-camel-inside-servicemix.html) or [example](http://servicemix.apache.org/camel-example.html)| |[Apache Ignite](https://ignite.apache.org/)|Apache Ignite In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.It uses Camel for its universal streamer.| |[JBoss Fuse](http://www.jboss.org/products/fuse/overview) ([formerly known as Fuse ESB](http://fusesource.com/products/enterprise-servicemix))|Red Hat provides a commercial distribution of an ESB which includes Camel, ActiveMQ, CXF, ServiceMix, Karaf, [Fabric8](http://fabric8.io), and [Hawtio](http://hawt.io).| |[Tools for Apache Camel](http://tools.jboss.org/features/apachecamel.html) (formerly know as Fuse IDE)|JBoss provides developer tooling for Camel, ActiveMQ, ServiceMix, Karaf, CXF, and [Fabric8](http://fabric8.io). The tools is a set of Eclipse plugins, such as a graphical Camel editor and also includes a Camel route debugger, where you can set breakpoints in your routes.| @@ -55,7 +55,7 @@ This page is intended as a place to collect user stories and feedback on Apache |[Netflix](https://www.youtube.com/watch?v=k_ckJ7QgLW0#t=480)|Netflix uses Apache Camel as part of the cloud payment system.| |[JBoss Forge](http://forge.jboss.org)|The [Camel](http://forge.jboss.org/addon/io.fabric8.forge:camel) addon from [Fabric8](http://fabric8.io) allows to setup and manage your Apache Camel maven projects from a CLI, Eclipse, IDEA, and NetBeans. With this addon from the IDEs you can use a wizard driven UI to add new Camel components, add/edit existing endpoints in a UI that allows to edit each options individually in a more type safe manner. You can also setup your Maven project for Docke [...] |[Islandora](http://islandora.ca)|Islandora is an open-source software framework designed to help institutions and organizations and their audiences collaboratively manage, and discover digital assets using a best-practices framework. They use Camel and JMS queues in the platform.| -|SAP HANA|[HANA](The https://blogs.saphana.com/2016/02/01/hana-smart-data-integration-simplifies-connecting-consuming-facebook-data-hana-apache-camel-adapter) platform from SAP uses Apache Camel.| +|SAP HANA|[HANA](https://blogs.saphana.com/2016/02/01/hana-smart-data-integration-simplifies-connecting-consuming-facebook-data-hana-apache-camel-adapter) The platform from SAP uses Apache Camel.| |[Hammock](https://github.com/hammock-project/hammock])|Hammock is a CDI based microservices framework. Hammock integrates with Camel.| |[Streamz](https://github.com/krasserm/streamz)|A combinator library for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel.| |[OpenHub](http://www.openhub.cz)|OpenHub is an integration platform that is built on top of Apache Camel.| diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c851928..1b4d41e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -11,7 +11,7 @@ <li><a href="/components/latest/">Components</a></li> <li><a href="/download/">Download</a></li> <li><a href="/docs/getting-started/">Getting started</a></li> - <li><a href="/docs/faq/">FAQ</a></li> + <li><a href="/manual/latest/faq.html">FAQ</a></li> </ul> </div> <div class="col-md-3">