Paul Klumpp 6 years ago
parent
commit
dc58d0da46
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install_cmp_qwbot.sh

+ 2 - 2
install_cmp_qwbot.sh

@@ -23,7 +23,7 @@ for p in $NEEDS; do
 done
 
 if [ ! -d "${DIR_QWBOT}" ]; then
-  	git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git ${DIR_QWBOT}
+  	git clone https://gogs.netdome.biz/community-messaging-project/qwbot.git ${DIR_QWBOT}
 	INSTALL=1
 fi
 
@@ -86,7 +86,7 @@ if [ "$INSTALL" == "1" ]; then
 	echo
 	echo "2. Please edit the $CONFIGNAME"
 	echo "   For an overview of configuration options, please see the wiki at:"
-	echo "   https://gitlab.netdome.biz/community-messaging-project/qwbot/wikis/home"
+	echo "   https://gogs.netdome.biz/community-messaging-project/qwbot/wiki/home"
 	echo
 	echo "3. Now, it's cool to run:"
 	echo "   cd "$PATH_QWBOT" && ./$STARTER"