diff --git a/scripts/build/ci/cirrus-ci_dispatcher.sh b/scripts/build/ci/cirrus-ci_dispatcher.sh index b2098eb6d..4ff5faba8 100755 --- a/scripts/build/ci/cirrus-ci_dispatcher.sh +++ b/scripts/build/ci/cirrus-ci_dispatcher.sh @@ -95,7 +95,7 @@ set -e if ! $DO_UPLOAD; then echo "[*] Building packages: $PACKAGE_NAMES" if [ -n "$CIRRUS_PR" ]; then - echo "[*] Pull request: https://github.com/termux/unstable-packages/pull/${CIRRUS_PR}" + echo "[*] Pull request: https://github.com/termux/termux-packages/pull/${CIRRUS_PR}" else if [ -n "$CIRRUS_LAST_GREEN_CHANGE" ]; then echo "[*] Changes: ${CIRRUS_LAST_GREEN_CHANGE}..${CIRRUS_CHANGE_IN_REPO}"