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

davsclaus 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 17efeed0 Fix website build
17efeed0 is described below

commit 17efeed0c22520c2d504b4144de2229d6757c6bc
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jan 19 17:13:19 2023 +0100

    Fix website build
---
 tests/redirect.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/redirect.sh b/tests/redirect.sh
index c3c2b9b7..a12ef22f 100755
--- a/tests/redirect.sh
+++ b/tests/redirect.sh
@@ -153,10 +153,10 @@ test "$BASE_URL/components/next" 301 
"$BASE_URL/components/next/"
 test "$BASE_URL/components/next/" 200
 test "$BASE_URL/components/latest" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}"
 test "$BASE_URL/components/latest/" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/"
-test "$BASE_URL/components/activemq-component.html" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/activemq-component.html"
-test "$BASE_URL/components/latest/activemq-component.html" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/activemq-component.html"
-test "$BASE_URL/components/${COMPONENTS_VERSION}/activemq-component.html" 200
-test "$BASE_URL/components/next/activemq-component.html" 200
+test "$BASE_URL/components/jms-component.html" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/jms-component.html"
+test "$BASE_URL/components/latest/jms-component.html" 302 
"$BASE_URL/components/${COMPONENTS_VERSION}/jms-component.html"
+test "$BASE_URL/components/${COMPONENTS_VERSION}/jms-component.html" 200
+test "$BASE_URL/components/next/jms-component.html" 200
 
 test "$BASE_URL/camel-spring-boot" 302 
"$BASE_URL/camel-spring-boot/${COMPONENTS_VERSION}/"
 test "$BASE_URL/camel-spring-boot/" 302 
"$BASE_URL/camel-spring-boot/${COMPONENTS_VERSION}/"

Reply via email to