diff options
-rwxr-xr-x | jjb/scripts/publish_docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/scripts/publish_docs.sh b/jjb/scripts/publish_docs.sh index 1cf01a4bb..63bb5bc89 100755 --- a/jjb/scripts/publish_docs.sh +++ b/jjb/scripts/publish_docs.sh @@ -80,4 +80,4 @@ terraform init -no-color terraform apply -no-color -auto-approve popd -echo "S3 docs: <a href=\"https://${CDN_URL}${bucket_path}\">https://${CDN_URL}${bucket_path}</a>" +echo "S3 docs: <a href=\"https://${CDN_URL}/${bucket_path}\">https://${CDN_URL}/${bucket_path}</a>" |