This is an automated email from the ASF dual-hosted git repository.
djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 7cf65d9 update site links to point to 'next'
7cf65d9 is described below
commit 7cf65d9d8a84330753d3a44ba67d6a78de7d69d7
Author: jbpratt <[email protected]>
AuthorDate: Wed Oct 27 16:22:37 2021 -0500
update site links to point to 'next'
All links pointing to https://camel.apache.org/camel-k/latest/* are
returning a 404, it looks like latest now redirects to 'next' at the base but
fails to for sub-pages.
---
README.adoc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.adoc b/README.adoc
index a238186..66585d7 100644
--- a/README.adoc
+++ b/README.adoc
@@ -14,13 +14,13 @@
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on Zuli
Apache Camel K is a lightweight integration framework built from **Apache
Camel** that runs natively on Kubernetes and is specifically designed for
serverless and microservice architectures. Users of `Camel K` can instantly run
integration code written in Camel DSL on their preferred **Cloud** provider.
-https://camel.apache.org/camel-k/latest/[How does it work?]
+https://camel.apache.org/camel-k/next/[How does it work?]
== :gear: Installation
Camel K allows you to run integrations directly on a `Kubernetes` or
`OpenShift` cluster. To use it, you need to be connected to a cloud environment
or to a local cluster created for development purposes.
-https://camel.apache.org/camel-k/latest/installation/installation.html[Installation
procedure.]
+https://camel.apache.org/camel-k/next/installation/installation.html[Installation
procedure.]
== :arrow_forward: Running an Integration
@@ -39,37 +39,37 @@ kamel run hello.groovy
You can even run your integrations in a `dev` mode. Change the code and see
the **changes automatically applied (instantly)** to the remote integration
pod! We have provided link:/examples[more examples] that you can use to inspire
your next `Integration` development.
-https://camel.apache.org/camel-k/latest/running/running.html[See more details.]
+https://camel.apache.org/camel-k/next/running/running.html[See more details.]
== :camel: All the power from Apache Camel components
You can use any of the Apache Camel components available. The related
dependencies will be resolved automatically.
-Discover more about
https://camel.apache.org/camel-k/latest/configuration/dependencies.html[dependencies
and components].
+Discover more about
https://camel.apache.org/camel-k/next/configuration/dependencies.html[dependencies
and components].
== :coffee: Not Just Java
Camel K supports multiple languages for writing integrations.
-See all the
https://camel.apache.org/camel-k/latest/languages/languages.html[languages
available].
+See all the
https://camel.apache.org/camel-k/next/languages/languages.html[languages
available].
== :checkered_flag: Traits
The details of how the integration is mapped into Kubernetes resources can be
*customized using traits*.
-More information is provided in the official documentation
https://camel.apache.org/camel-k/latest/traits/traits.html[traits section].
+More information is provided in the official documentation
https://camel.apache.org/camel-k/next/traits/traits.html[traits section].
== :cloud: Engineered thinking on Cloud Native
Since the inception of the project, our goal was to bring `Apache Camel` to
the cloud.
-See the
https://camel.apache.org/camel-k/latest/architecture/architecture.html[software
architecture defails].
+See the
https://camel.apache.org/camel-k/next/architecture/architecture.html[software
architecture defails].
== :heart: Contributing
We love contributions and we want to make Camel K great!
-Contributing is easy, just take a look at our
https://camel.apache.org/camel-k/latest/contributing/developers.html[developer's
guide].
+Contributing is easy, just take a look at our
https://camel.apache.org/camel-k/next/contributing/developers.html[developer's
guide].
== :tickets: Licensing