Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): migrate links from staging to official Camel Web site #913

Merged
merged 1 commit into from
Aug 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ Apache Camel K is a lightweight integration platform, born on Kubernetes, with s
Camel K allows 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.

If you need help on how to create a local development environment based on *Minishift* or *Minikube*, you can follow the https://camel.apache.org/staging/camel-k/latest/installation/installation.html[local cluster setup guide].
If you need help on how to create a local development environment based on *Minishift* or *Minikube*, you can follow the https://camel.apache.org/camel-k/latest/installation/installation.html[local cluster setup guide].

[[installation]]
=== Installation

Make sure you apply specific configuration settings for your cluster before installing Camel K. Customized instructions are needed for
the following cluster types:

- https://camel.apache.org/staging/camel-k/latest/installation/minikube.html[Minikube]
- https://camel.apache.org/staging/camel-k/latest/installation/minishift.html[Minishift]
- https://camel.apache.org/staging/camel-k/latest/installation/gke.html[Google Kubernetes Engine (GKE)]
- https://camel.apache.org/staging/camel-k/latest/installation/openshift.html[OpenShift]
- https://camel.apache.org/camel-k/latest/installation/minikube.html[Minikube]
- https://camel.apache.org/camel-k/latest/installation/minishift.html[Minishift]
- https://camel.apache.org/camel-k/latest/installation/gke.html[Google Kubernetes Engine (GKE)]
- https://camel.apache.org/camel-k/latest/installation/openshift.html[OpenShift]

Other cluster types (such as OpenShift clusters) should not need prior configuration.

To start using Camel K you need the **"kamel"** binary, that can be used to both configure the cluster and run integrations.
Look into the https://github.com/apache/camel-k/releases[release page] for latest version of the `kamel` tool.

If you want to contribute, you can also **build it from source!** Refer to the https://camel.apache.org/staging/camel-k/latest/developers.html[contributing guide]
If you want to contribute, you can also **build it from source!** Refer to the https://camel.apache.org/camel-k/latest/developers.html[contributing guide]
for information on how to do it.

Once you have the "kamel" binary, log into your cluster using the standard "oc" (OpenShift) or "kubectl" (Kubernetes) client tool and execute the following command to install Camel K:
Expand Down Expand Up @@ -332,7 +332,7 @@ Camel K supports multiple languages for writing integrations:
| Kotlin | Kotlin Script `.kts` files are supported (experimental).
|=======================

More information about supported languages is provided in the https://camel.apache.org/staging/camel-k/latest/languages/languages.html[languages guide].
More information about supported languages is provided in the https://camel.apache.org/camel-k/latest/languages/languages.html[languages guide].

Integrations written in different languages are provided in the link:/examples[examples] directory.

Expand All @@ -358,7 +358,7 @@ kamel run examples/dns.js
=== Traits

The details of how the integration is mapped into Kubernetes resources can be *customized using traits*.
More information is provided in the https://camel.apache.org/staging/camel-k/latest/traits.html[traits section].
More information is provided in the https://camel.apache.org/camel-k/latest/traits.html[traits section].

=== Monitoring the Status

Expand All @@ -374,7 +374,7 @@ kamel get

We love contributions and we want to make Camel K great!

Contributing is easy, just take a look at our https://camel.apache.org/staging/camel-k/latest/developers.html[developer's guide].
Contributing is easy, just take a look at our https://camel.apache.org/camel-k/latest/developers.html[developer's guide].

[[uninstalling]]
== Uninstalling
Expand Down
2 changes: 1 addition & 1 deletion docs/site.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site:
title: Camel K
url: https://camel.apache.org/staging
url: https://camel.apache.org/
start_page: camel-k::index.adoc
content:
sources:
Expand Down