فهرست منبع

Ensure that MSDL links are present.

bentleyjoakes 6 سال پیش
والد
کامیت
60568365b2
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 2 2
      README.md
  2. 1 1
      client/constants.js
  3. 2 2
      package.json

+ 2 - 2
README.md

@@ -47,10 +47,10 @@ To run AToMPM on Windows, execute the `run.bat` script inside of the main AToMPM
     * If, for any reason, the download process is interrupted or you experience problems with AToMPM, remove the `dependencies/` folder and run the script again.
 
 ## Documentation
-Documentation for AToMPM can be found here: https://atompm.readthedocs.io
+Documentation for AToMPM can be found here: https://msdl.uantwerpen.be/documentation/AToMPM/index.html
 
 ## Bug Reporting/Comments
-Please create an issue for your bug or comments here: https://github.com/AToMPM/atompm/issues
+Please create an issue for your bug or comments here: https://msdl.uantwerpen.be/git/simon/AToMPM/issues
 
 ## Testing
 To run tests on AToMPM, run `npm test'. Ensure that your resolution of your screen is set quite high, as elements cannot be placed by the script off-screen.

+ 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.2',
     __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",