Fix publish docs URL output to console log. 66/38566/1
authorDave Wallace <dwallacelf@gmail.com>
Tue, 28 Mar 2023 13:58:10 +0000 (09:58 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 28 Mar 2023 13:58:10 +0000 (09:58 -0400)
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I04cfa679f7f54c2245c4f5e84028ff1d01c6a371

jjb/scripts/publish_docs.sh

index 1cf01a4..63bb5bc 100755 (executable)
@@ -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>"