Browse Source

Update with new website.

Bentley James Oakes 7 years ago
parent
commit
6ea0776e2f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      client/constants.js
  2. 1 1
      package.json

+ 1 - 1
client/constants.js

@@ -4,7 +4,7 @@
 */
 
 /****************************** GLOBAL CONSTANTS ******************************/
-var __WEBPAGE__ = 'http://www-ens.iro.umontreal.ca/~syriani/atompm/atompm.htm',
+var __WEBPAGE__ = 'https://atompm.github.io/',
     __VERSION__ = '0.7.0',
     __DEFAULT_SAVEAS		 	= '.autosave.model',
 	 __TITLE						= 'AToMPM',

+ 1 - 1
package.json

@@ -3,6 +3,7 @@
   "version": "0.7.0",
   "description": "A Tool for Multi-Paradigm Modelling",
   "license" : "LGPL-3.0-only",
+  "homepage": "https://atompm.github.io/",
   "bugs": {
     "url": "https://github.com/AToMPM/atompm/issues"
   },
@@ -10,7 +11,6 @@
     "type": "git",
     "url": "https://github.com/AToMPM/atompm"
   },
-  "homepage": "https://github.com/AToMPM/atompm",
   "dependencies": {
     "socket.io": "^0.9.19",
     "socket.io-client": "^0.9.16"