lab.hakim.se/reveal-js -> revealjs.com

master
Hakim El Hattab 2017-11-22 14:46:55 +01:00
parent 8a63686017
commit 65bdccd580
10 changed files with 15 additions and 15 deletions

View File

@ -12,7 +12,7 @@ module.exports = function(grunt) {
banner: banner:
'/*!\n' + '/*!\n' +
' * reveal.js <%= pkg.version %> (<%= grunt.template.today("yyyy-mm-dd, HH:MM") %>)\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' + ' * MIT licensed\n' +
' *\n' + ' *\n' +
' * Copyright (C) 2017 Hakim El Hattab, http://hakim.se\n' + ' * Copyright (C) 2017 Hakim El Hattab, http://hakim.se\n' +

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
"js/reveal.js", "js/reveal.js",
"css/reveal.css" "css/reveal.css"
], ],
"homepage": "http://lab.hakim.se/reveal-js/", "homepage": "http://revealjs.com",
"license": "MIT", "license": "MIT",
"description": "The HTML Presentation Framework", "description": "The HTML Presentation Framework",
"authors": [ "authors": [

View File

@ -1,6 +1,6 @@
/*! /*!
* reveal.js * reveal.js
* http://lab.hakim.se/reveal-js * http://revealjs.com
* MIT licensed * MIT licensed
* *
* Copyright (C) 2017 Hakim El Hattab, http://hakim.se * Copyright (C) 2017 Hakim El Hattab, http://hakim.se

View File

@ -1,6 +1,6 @@
/*! /*!
* reveal.js * reveal.js
* http://lab.hakim.se/reveal-js * http://revealjs.com
* MIT licensed * MIT licensed
* *
* Copyright (C) 2017 Hakim El Hattab, http://hakim.se * Copyright (C) 2017 Hakim El Hattab, http://hakim.se

View File

@ -44,7 +44,7 @@
<h1>Reveal.js</h1> <h1>Reveal.js</h1>
<h3>The HTML Presentation Framework</h3> <h3>The HTML Presentation Framework</h3>
<p> <p>
<small>Created by <a href="http://hakim.se">Hakim El Hattab</a> / <a href="http://twitter.com/hakimel">@hakimel</a></small> <small>Created by <a href="http://hakim.se">Hakim El Hattab</a> and <a href="https://github.com/hakimel/reveal.js/graphs/contributors">contributors</a></small>
</p> </p>
</section> </section>
@ -83,7 +83,7 @@
<section> <section>
<h2>Slides</h2> <h2>Slides</h2>
<p> <p>
Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at <a href="http://slides.com" target="_blank">http://slides.com</a>. Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at <a href="https://slides.com" target="_blank">https://slides.com</a>.
</p> </p>
</section> </section>
@ -369,7 +369,7 @@ Reveal.addEventListener( 'customevent', function() {
<section style="text-align: left;"> <section style="text-align: left;">
<h1>THE END</h1> <h1>THE END</h1>
<p> <p>
- <a href="http://slides.com">Try the online editor</a> <br> - <a href="https://slides.com">Try the online editor</a> <br>
- <a href="https://github.com/hakimel/reveal.js">Source code &amp; documentation</a> - <a href="https://github.com/hakimel/reveal.js">Source code &amp; documentation</a>
</p> </p>
</section> </section>

View File

@ -1,6 +1,6 @@
/*! /*!
* reveal.js * reveal.js
* http://lab.hakim.se/reveal-js * http://revealjs.com
* MIT licensed * MIT licensed
* *
* Copyright (C) 2017 Hakim El Hattab, http://hakim.se * Copyright (C) 2017 Hakim El Hattab, http://hakim.se

View File

@ -2,7 +2,7 @@
"name": "reveal.js", "name": "reveal.js",
"version": "3.6.0", "version": "3.6.0",
"description": "The HTML Presentation Framework", "description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js", "homepage": "http://revealjs.com",
"subdomain": "revealjs", "subdomain": "revealjs",
"main": "js/reveal.js", "main": "js/reveal.js",
"scripts": { "scripts": {

View File

@ -2,7 +2,7 @@
"name": "reveal-js-multiplex", "name": "reveal-js-multiplex",
"version": "1.0.0", "version": "1.0.0",
"description": "reveal.js multiplex server", "description": "reveal.js multiplex server",
"homepage": "http://lab.hakim.se/reveal-js", "homepage": "http://revealjs.com",
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"
}, },

View File

@ -2,7 +2,7 @@
* phantomjs script for printing presentations to PDF. * phantomjs script for printing presentations to PDF.
* *
* Example: * Example:
* phantomjs print-pdf.js "http://lab.hakim.se/reveal-js?print-pdf" reveal-demo.pdf * phantomjs print-pdf.js "http://revealjs.com?print-pdf" reveal-demo.pdf
* *
* @author Manuel Bieh (https://github.com/manuelbieh) * @author Manuel Bieh (https://github.com/manuelbieh)
* @author Hakim El Hattab (https://github.com/hakimel) * @author Hakim El Hattab (https://github.com/hakimel)