Bentley James Oakes преди 6 години
родител
ревизия
604734d62f
променени са 3 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 5 5
      README.md
  2. 1 1
      client/constants.js
  3. 2 2
      package.json

Файловите разлики са ограничени, защото са твърде много
+ 5 - 5
README.md


+ 1 - 1
client/constants.js

@@ -6,7 +6,7 @@
 /****************************** GLOBAL CONSTANTS ******************************/
 var __WEBPAGE__ = 'https://atompm.github.io/',
 	__RELEASE_LOC__ = "https://api.github.com/repos/AToMPM/atompm/releases/latest",
-	__DOC_WEBPAGE__ = "https://atompm.readthedocs.io",
+	__DOC_WEBPAGE__ = "https://msdl.uantwerpen.be/documentation/AToMPM/index.html",
     __VERSION__ = '0.8.1',
     __DEFAULT_SAVEAS		 	= '.autosave.model',
 	 __TITLE						= 'AToMPM',

+ 2 - 2
package.json

@@ -5,11 +5,11 @@
   "license": "LGPL-3.0-only",
   "homepage": "https://atompm.github.io/",
   "bugs": {
-    "url": "https://github.com/AToMPM/atompm/issues"
+    "url": "https://msdl.uantwerpen.be/git/simon/AToMPM/issues"
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/AToMPM/atompm"
+    "url": "https://msdl.uantwerpen.be/git/simon/AToMPM"
   },
   "dependencies": {
     "socket.io": "^0.9.19",