summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2023-03-28 09:58:10 -0400
committerDave Wallace <dwallacelf@gmail.com>2023-03-28 09:58:10 -0400
commit6e9f2cf7fe7cc3d87289acffc920d09e91f0edd6 (patch)
treedf11c4b9ba8da66c051af81b1ae26c55a71961fc /jjb
parent84fd5638a889ade90a761f83d269c28c7d33b8fc (diff)
Fix publish docs URL output to console log.
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I04cfa679f7f54c2245c4f5e84028ff1d01c6a371
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/scripts/publish_docs.sh2
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>"