diff options
Diffstat (limited to 'src/tools/anoperc.in')
-rw-r--r-- | src/tools/anoperc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 421f93a36..c332e3c4e 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -65,7 +65,7 @@ if [ "$1" = "start" ] ; then echo "This error has been logged in your Anope Log file" echo "Located in "$LOG"" echo "This may help you diagnose the problem" - echo "Further help may be available from http://www.anope.org/" + echo "Further help may be available from https://www.anope.org/" exit 1 fi @@ -101,7 +101,7 @@ elif [ "$1" = "restart" ] ; then echo "This error has been logged in your Anope Log file" echo "Located in "$LOG"" echo "This may help you diagnose the problem" - echo "Further help may be available from http://www.anope.org/" + echo "Further help may be available from https://www.anope.org/" exit 1 fi @@ -128,7 +128,7 @@ elif [ "$1" = "help" ] ; then echo "$0 help Show this help menu" echo "If you need further help please check the /docs/" echo "folder or make use of our extensive online support at" - echo "http://www.anope.org/" + echo "https://www.anope.org/" fi else |