diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index 52d5bda5..e9abed7b 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -16,7 +16,7 @@ var Util, exports, CloudFunc = {}; '# Module is part of Cloud Commander,' + '\n' + '# used for generate html from json.' + '\n' + '# ' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); Util = global.cloudcmd.main.util; CloudFunc = exports; diff --git a/lib/server.js b/lib/server.js index 8ef8cf54..e29ce69d 100644 --- a/lib/server.js +++ b/lib/server.js @@ -7,7 +7,7 @@ '# -----------' + '\n' + '# Module is part of Cloud Commander,' + '\n' + '# easy to use web server.' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, diff --git a/lib/server/appcache.js b/lib/server/appcache.js index 0a7c7e72..2c5745eb 100644 --- a/lib/server/appcache.js +++ b/lib/server/appcache.js @@ -10,7 +10,7 @@ '# used for work with Aplication Cache.' + '\n' + '# If you wont to see at work set appcache: true' + '\n' + '# in config.json and start cloudcmd.js' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/auth.js b/lib/server/auth.js index efaa622f..c5df78ee 100644 --- a/lib/server/auth.js +++ b/lib/server/auth.js @@ -12,7 +12,7 @@ '# parameters in config.json or environment' + '\n' + '# and start cloudcmd.js or just do' + '\n' + '# require(\'auth.js\').auth(pCode, pCallBack)' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, diff --git a/lib/server/commander.js b/lib/server/commander.js index ab88d557..f88cf2b4 100644 --- a/lib/server/commander.js +++ b/lib/server/commander.js @@ -8,7 +8,7 @@ '# Module is part of Cloud Commander,' + '\n' + '# used for getting dir content.' + '\n' + '# and forming html content' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/dir.js b/lib/server/dir.js index 761aee67..06566078 100644 --- a/lib/server/dir.js +++ b/lib/server/dir.js @@ -12,7 +12,7 @@ '# try GET /api/v1/fs/etc?size or' + '\n' + '# dir.getSize(\'/etc, function(err, size){' + '\n' + '# });' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/minify.js b/lib/server/minify.js index ff042240..7f7bf32a 100644 --- a/lib/server/minify.js +++ b/lib/server/minify.js @@ -12,7 +12,7 @@ '# If you wont to see at work set minify' + '\n' + '# parameters in config.json or environment' + '\n' + '# and start cloudcmd.js' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, DIR = main.DIR, diff --git a/lib/server/rest.js b/lib/server/rest.js index 3a50eef7..16883236 100644 --- a/lib/server/rest.js +++ b/lib/server/rest.js @@ -11,7 +11,7 @@ '# used for work with REST API.' + '\n' + '# If you wont to see at work set rest: true' + '\n' + '# and api_url in config.json' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/stream.js b/lib/server/stream.js index 3fa9596e..2bfda8d1 100644 --- a/lib/server/stream.js +++ b/lib/server/stream.js @@ -9,7 +9,7 @@ '# used for work with stream.' + '\n' + '# If you wont to see at work call' + '\n' + '# stream.createPipe' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, fs = main.fs, diff --git a/lib/server/update.js b/lib/server/update.js index fbef3db8..81902a04 100644 --- a/lib/server/update.js +++ b/lib/server/update.js @@ -10,7 +10,7 @@ '# Module is part of Cloud Commander,' + '\n' + '# used for work update thru git.' + '\n' + '# If you wont to see at work install git' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, mainpackage = main.mainpackage || {}, diff --git a/lib/server/win.js b/lib/server/win.js index b98368dc..2d0e0c69 100644 --- a/lib/server/win.js +++ b/lib/server/win.js @@ -13,7 +13,7 @@ '# Module is part of Cloud Commander,' + '\n' + '# used for work with windows specific' + '\n' + '# functions like work with drives(etc c).' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); + '# http://coderaiser.github.io/cloudcmd' + '\n'); var main = global.cloudcmd.main, Charset ={