diff options
author | Hakim El Hattab | 2017-11-22 14:46:55 +0100 |
---|---|---|
committer | Hakim El Hattab | 2017-11-22 14:46:55 +0100 |
commit | 65bdccd5807b6dfecad6eb3ea38872436d291e81 (patch) | |
tree | 02219697c89f777329b1e63badf004ba1abd91ea /Gruntfile.js | |
parent | 8a636860177cab271ce361c59bc56166a659aa0a (diff) |
lab.hakim.se/reveal-js -> revealjs.com
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c30fd40..b6ef63b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,7 +12,7 @@ module.exports = function(grunt) { banner: '/*!\n' + ' * reveal.js <%= pkg.version %> (<%= grunt.template.today("yyyy-mm-dd, HH:MM") %>)\n' + - ' * http://lab.hakim.se/reveal-js\n' + + ' * http://revealjs.com\n' + ' * MIT licensed\n' + ' *\n' + ' * Copyright (C) 2017 Hakim El Hattab, http://hakim.se\n' + |