You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/04 12:17:50 UTC

[camel-website] branch main updated: Test Redirects: Github source has been removed after splitting in multiple Github sources

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 03e5266  Test Redirects: Github source has been removed after splitting in multiple Github sources
03e5266 is described below

commit 03e5266a403afc8612505c896ca777289862bd31
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 4 11:38:28 2022 +0100

    Test Redirects: Github source has been removed after splitting in multiple Github sources
---
 tests/redirect.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/redirect.sh b/tests/redirect.sh
index a3098c5..c3c2b9b 100755
--- a/tests/redirect.sh
+++ b/tests/redirect.sh
@@ -208,10 +208,10 @@ test "$BASE_URL/camel-kamelets/next" 301 "$BASE_URL/camel-kamelets/next/"
 test "$BASE_URL/camel-kamelets/next/" 200
 test "$BASE_URL/camel-kamelets/latest" 302 "$BASE_URL/camel-kamelets/${CAMEL_KAMELETS_VERSION}"
 test "$BASE_URL/camel-kamelets/latest/" 302 "$BASE_URL/camel-kamelets/${CAMEL_KAMELETS_VERSION}/"
-test "$BASE_URL/camel-kamelets/github-source.html" 302 "$BASE_URL/camel-kamelets/${CAMEL_KAMELETS_VERSION}/github-source.html"
-test "$BASE_URL/camel-kamelets/latest/github-source.html" 302 "$BASE_URL/camel-kamelets/${CAMEL_KAMELETS_VERSION}/github-source.html"
-test "$BASE_URL/camel-kamelets/next/github-source.html" 200
-test "$BASE_URL/camel-kamelets/next/github-source.html" 200
+test "$BASE_URL/camel-kamelets/aws-s3-source.html" 302 "$BASE_URL/camel-kamelets/${CAMEL_KAMELETS_VERSION}/aws-s3-source.html"
+test "$BASE_URL/camel-kamelets/latest/aws-s3-source.html" 302 "$BASE_URL/camel-kamelets/${CAMEL_KAMELETS_VERSION}/aws-s3-source.html"
+test "$BASE_URL/camel-kamelets/next/aws-s3-source.html" 200
+test "$BASE_URL/camel-kamelets/next/aws-s3-source.html" 200
 
 test "$BASE_URL/camel-quarkus" 302 "$BASE_URL/camel-quarkus/${CAMEL_QUARKUS_VERSION}/"
 test "$BASE_URL/camel-quarkus/" 302 "$BASE_URL/camel-quarkus/${CAMEL_QUARKUS_VERSION}/"