updating doc links to point to the new main gh-pages site

This commit is contained in:
Spencer Alger
2013-12-17 11:57:31 -07:00
parent 74d3183cc6
commit 0d19207205
3 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ module.exports = function (grunt) {
grunt.registerTask('check_for_confirmation', function () {
if (grunt.config.get('confirm.release')) {
grunt.verbose.log('release confirmed');
grunt.log.verbose.writeln('release confirmed');
} else {
throw new Error('Aborting release');
}