diff --git a/Gruntfile.js b/Gruntfile.js index e20b5e7c..fda8fd6b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,7 +64,7 @@ module.exports = function(grunt) { banner: "//! <%= pkg.name %> <%= pkg.version %>\n" + "//! Built on <%= grunt.template.today('yyyy-mm-dd') %>\n" + "//! Git commit: <%= gitInfo %>\n" - + "//! http://openseadragon.github.com\n\n", + + "//! http://openseadragon.github.io\n\n", process: true }, dist: { diff --git a/README.md b/README.md index 3c194552..c3f66385 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project is a fork of the OpenSeadragon project at http://openseadragon.code ## On the Web -http://openseadragon.github.com/ +http://openseadragon.github.io/ ## First Time Setup