summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlogerrit4
1 files changed, 2 insertions, 2 deletions
diff --git a/logerrit b/logerrit
index 618686e012bd..ac33c4bf38f4 100755
--- a/logerrit
+++ b/logerrit
@@ -63,7 +63,7 @@ case "$1" in
echo " <any other gerrit command>"
echo
echo "advanced users should consider using git review instead:"
- echo "http://wiki.documentfoundation.org/Development/GitReview"
+ echo "https://wiki.documentfoundation.org/Development/GitReview"
exit
;;
setup)
@@ -236,7 +236,7 @@ case "$1" in
echo >> ../commitmsg
echo "branch is at:" >> ../commitmsg
git log -1|sed -e "s/Change-Id:/XXXXXX:/" >> ../commitmsg
- git fetch git://gerrit.libreoffice.org/core.git feature/$BRANCH && \
+ git fetch https://git.libreoffice.org/core feature/$BRANCH && \
git checkout -b featuretst FETCH_HEAD && \
cp -a .git-hooks/* .git/hooks
git commit --allow-empty -F ../commitmsg && \