From fdeaa100851fdecd98ea608f918b080f81c39438 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 8 Apr 2013 10:28:56 -0700 Subject: [PATCH] Updated github page link --- Gruntfile.js | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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