From 65bdccd5807b6dfecad6eb3ea38872436d291e81 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Wed, 22 Nov 2017 14:46:55 +0100
Subject: lab.hakim.se/reveal-js -> revealjs.com
---
Gruntfile.js | 2 +-
README.md | 8 ++++----
bower.json | 2 +-
css/reveal.css | 2 +-
css/reveal.scss | 2 +-
demo.html | 6 +++---
js/reveal.js | 2 +-
package.json | 2 +-
plugin/multiplex/package.json | 2 +-
plugin/print-pdf/print-pdf.js | 2 +-
10 files changed, 15 insertions(+), 15 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' +
diff --git a/README.md b/README.md
index 95224a9..9d71472 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# reveal.js [](https://travis-ci.org/hakimel/reveal.js)
-A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://lab.hakim.se/reveal-js/).
+A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://revealjs.com/).
reveal.js comes with a broad range of features including [nested slides](https://github.com/hakimel/reveal.js#markup), [Markdown contents](https://github.com/hakimel/reveal.js#markdown), [PDF export](https://github.com/hakimel/reveal.js#pdf-export), [speaker notes](https://github.com/hakimel/reveal.js#speaker-notes) and a [JavaScript API](https://github.com/hakimel/reveal.js#api). There's also a fully featured visual editor and platform for sharing reveal.js presentations at [slides.com](https://slides.com?ref=github).
@@ -646,7 +646,7 @@ Reveal.initialize({
});
```
-Make sure that the background size is much bigger than screen size to allow for some scrolling. [View example](http://lab.hakim.se/reveal-js/?parallaxBackgroundImage=https%3A%2F%2Fs3.amazonaws.com%2Fhakim-static%2Freveal-js%2Freveal-parallax-1.jpg¶llaxBackgroundSize=2100px%20900px).
+Make sure that the background size is much bigger than screen size to allow for some scrolling. [View example](http://revealjs.com/?parallaxBackgroundImage=https%3A%2F%2Fs3.amazonaws.com%2Fhakim-static%2Freveal-js%2Freveal-parallax-1.jpg¶llaxBackgroundSize=2100px%20900px).
@@ -706,7 +706,7 @@ You can also add relative navigation links, similar to the built in reveal.js co
### Fragments
-Fragments are used to highlight individual elements on a slide. Every element with the class ```fragment``` will be stepped through before moving on to the next slide. Here's an example: http://lab.hakim.se/reveal-js/#/fragments
+Fragments are used to highlight individual elements on a slide. Every element with the class ```fragment``` will be stepped through before moving on to the next slide. Here's an example: http://revealjs.com/#/fragments
The default fragment style is to start out invisible and fade in. This style can be changed by appending a different class to the fragment:
@@ -903,7 +903,7 @@ To enable the PDF print capability in your presentation, the special print style
```
### Instructions
-1. Open your presentation with `print-pdf` included in the query string i.e. http://localhost:8000/?print-pdf. You can test this with [lab.hakim.se/reveal-js?print-pdf](http://lab.hakim.se/reveal-js?print-pdf).
+1. Open your presentation with `print-pdf` included in the query string i.e. http://localhost:8000/?print-pdf. You can test this with [revealjs.com?print-pdf](http://revealjs.com?print-pdf).
* If you want to include [speaker notes](#speaker-notes) in your export, you can append `showNotes=true` to the query string: http://localhost:8000/?print-pdf&showNotes=true
1. Open the in-browser print dialog (CTRL/CMD+P).
1. Change the **Destination** setting to **Save as PDF**.
diff --git a/bower.json b/bower.json
index e1a61c9..178f330 100644
--- a/bower.json
+++ b/bower.json
@@ -5,7 +5,7 @@
"js/reveal.js",
"css/reveal.css"
],
- "homepage": "http://lab.hakim.se/reveal-js/",
+ "homepage": "http://revealjs.com",
"license": "MIT",
"description": "The HTML Presentation Framework",
"authors": [
diff --git a/css/reveal.css b/css/reveal.css
index 8acd961..3392753 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -1,6 +1,6 @@
/*!
* reveal.js
- * http://lab.hakim.se/reveal-js
+ * http://revealjs.com
* MIT licensed
*
* Copyright (C) 2017 Hakim El Hattab, http://hakim.se
diff --git a/css/reveal.scss b/css/reveal.scss
index 8f5ac5b..1a87624 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -1,6 +1,6 @@
/*!
* reveal.js
- * http://lab.hakim.se/reveal-js
+ * http://revealjs.com
* MIT licensed
*
* Copyright (C) 2017 Hakim El Hattab, http://hakim.se
diff --git a/demo.html b/demo.html
index 66b1904..505bb18 100644
--- a/demo.html
+++ b/demo.html
@@ -44,7 +44,7 @@
- Created by Hakim El Hattab / @hakimel + Created by Hakim El Hattab and contributors
@@ -83,7 +83,7 @@- Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at http://slides.com. + Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at https://slides.com.
- - Try the online editor
+ - Try the online editor
- Source code & documentation