Browse Source

code.chaos-reins.com is the browseable gogs instance

Change-Id: I485ee52585c0855daf740a266693b4610ecb6086
Donald Carr 5 years ago
parent
commit
c4b9fc0a58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -128,7 +128,7 @@ ArtView::ArtView(QScreen *screen)
     // https://g.chaos-reins.com/sirspudd/artriculate/raw/master/qml/main.qml
 
     // A word to the wise; establish the latency on github raw content before pursuing loading it from there
-    webPath = settings.value("remoteQMLUrl", "https://g.chaos-reins.com/sirspudd/artriculate/raw/master/qml").toString();
+    webPath = settings.value("remoteQMLUrl", "https://code.chaos-reins.com/sirspudd/artriculate/raw/master/qml").toString();
     settings.setValue("remoteQMLUrl", webPath);
 
 #ifdef COMPILED_RESOURCES