diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-07-26 22:55:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-26 22:55:28 +0000 |
commit | 1cd26a7dd63cdd0f2c3c4dba3b0264058220ffe5 (patch) | |
tree | c3ad5c7ecbeafa94080e13be7e0e342a31956a01 /jjb | |
parent | 24e14a257b9ab64fb9a5d41beb986847b60ec4d2 (diff) | |
parent | 6cbe523f14b6c7234ab633616ec69cffc73bf099 (diff) |
Merge "Use http instead of https as a workaround for certificate error"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/qtip/qtip-verify-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/qtip/qtip-verify-jobs.yml b/jjb/qtip/qtip-verify-jobs.yml index 57d24b432..4a7dd4567 100644 --- a/jjb/qtip/qtip-verify-jobs.yml +++ b/jjb/qtip/qtip-verify-jobs.yml @@ -192,4 +192,4 @@ echo "Document link(s):" >> gerrit_comment.txt find "$local_path" | grep -e 'ipynb$' | \ - sed -e "s|^$local_path| https://nbviewer.jupyter.org/urls/$gs_path|" >> gerrit_comment.txt + sed -e "s|^$local_path| https://nbviewer.jupyter.org/url/$gs_path|" >> gerrit_comment.txt |