Browse Source

changed some urls

Paul Klumpp 6 years ago
parent
commit
bed4d20206
3 changed files with 3 additions and 3 deletions
  1. 1 1
      App.cpp
  2. 1 1
      README.md
  3. 1 1
      install.sh

+ 1 - 1
App.cpp

@@ -67,7 +67,7 @@ App::App(int &argc, char **argv) :
   print("CMP Bot Service v0.13\n========================================================\n");
 
   setApplicationName("CMP QWBOT");
-  setOrganizationDomain("https://gitlab.netdome.biz/community-messaging-project/qwbot");
+  setOrganizationDomain("https://gogs.netdome.biz/community-messaging-project/qwbot");
   setOrganizationName("CMP");
   setApplicationVersion("0.13");
 

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ You only need to have git, gcc(g++), Qt(libs: qt-core, libqt4-dev(debian)) and t
 So, here's the thing:
 
 ```
-$ git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git 
+$ git clone https://gogs.netdome.biz/community-messaging-project/qwbot.git 
 $ cd qwbot 
 $ ./install.sh <target folder> 
 ```

+ 1 - 1
install.sh

@@ -138,7 +138,7 @@ if [ -d "${INST_LOCATION}" ]; then
   echo
   echo "2. Please edit the ${CFG_QWBOT}"
   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 "${INST_LOCATION}" && ./${STARTER}"