You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/08/21 13:27:50 UTC

[camel-k] branch master updated: fix(doc): migrate links from staging to official Camel Web site

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c72e49  fix(doc): migrate links from staging to official Camel Web site
8c72e49 is described below

commit 8c72e49326b69187a7c558473e0a4bf8fc1985fd
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Wed Aug 21 15:13:32 2019 +0200

    fix(doc): migrate links from staging to official Camel Web site
---
 README.adoc   | 18 +++++++++---------
 docs/site.yml |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.adoc b/README.adoc
index 7f0cbfa..61df34f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -14,7 +14,7 @@ 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
@@ -22,17 +22,17 @@ If you need help on how to create a local development environment based on *Mini
 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:
@@ -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.
 
@@ -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
 
@@ -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
diff --git a/docs/site.yml b/docs/site.yml
index 8d2dcc7..540f827 100644
--- a/docs/site.yml
+++ b/docs/site.yml
@@ -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: