Skip to content

Commit

Permalink
Switch to using https when referring to our release notes in the email
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillar committed Jul 5, 2017
1 parent 891dcbe commit 1d85419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-releases
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ build_email() { # $* - list of dCache versions to release
frag_id="release$version"
;;
esac
rel_notes="${rel_notes}[$index] http://www.dcache.org/downloads/1.9/release-notes-$series.shtml#$frag_id\n"
rel_notes="${rel_notes}[$index] https://www.dcache.org/downloads/1.9/release-notes-$series.shtml#$frag_id\n"

index=$(( $index + 1 ))
done
Expand Down

0 comments on commit 1d85419

Please sign in to comment.