Skip to content

Commit

Permalink
Adapt destination for website.
Browse files Browse the repository at this point in the history
Move from www.eclipse.org/californium to eclipse.dev/californium.

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Mar 3, 2024
1 parent 208df45 commit 535b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Expand Up @@ -95,7 +95,7 @@ pipeline {
container("hugo") {
dir("${WEBSITE_SRC_DIR}") {
sh '''#!/bin/bash
hugo -v -d "${WEBSITE_REPO_DIR}" -b "https://www.eclipse.org/${PROJECT_NAME}/"
hugo -v -d "${WEBSITE_REPO_DIR}" -b "https://eclipse.dev/${PROJECT_NAME}/"
'''
}
}
Expand Down

0 comments on commit 535b2f8

Please sign in to comment.