diff options
author | rugk <rugk@posteo.de> | 2016-08-06 02:35:40 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-08-05 17:35:40 -0700 |
commit | 28dc5bb5667c4d1839ad28b33b7145b145f30665 (patch) | |
tree | 097db30afed96423be15322de1a742cbb8cb27cd /scripts | |
parent | cf6d321991735a2891e16066f74a75f51719e99e (diff) | |
download | gitea-28dc5bb5667c4d1839ad28b33b7145b145f30665.tar.gz gitea-28dc5bb5667c4d1839ad28b33b7145b145f30665.zip |
Replace gogs.io http links with https version (#3386)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/windows/install-as-service.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows/install-as-service.bat b/scripts/windows/install-as-service.bat index e5d598265c..09302cc01d 100644 --- a/scripts/windows/install-as-service.bat +++ b/scripts/windows/install-as-service.bat @@ -9,7 +9,7 @@ :: Make sure Gogs work running manually with "gogs web" before running :: this script. :: And, please, read carefully the installation docs first: -:: http://gogs.io/docs/installation +:: https://gogs.io/docs/installation :: To unistall the service, run "nssm remove gogs" and restart Windows. :: Set the folder where you extracted Gogs. Omit the last slash. |