Update Marlin website links to https

This commit is contained in:
Scott Lahteine
2020-04-12 17:21:02 -05:00
parent f090a927f4
commit e3321920f3
43 changed files with 54 additions and 54 deletions

View File

@ -126,7 +126,7 @@ git push -f origin
git push -f upstream | {
while IFS= read -r line
do
[[ $line =~ "gh-pages -> gh-pages" ]] && opensite "http://marlinfw.org/"
[[ $line =~ "gh-pages -> gh-pages" ]] && opensite "https://marlinfw.org/"
echo "$line"
done
}