diff --git a/css/print/pdf.scss b/css/print/pdf.scss index 96b774db173..5eed0fb5b06 100644 --- a/css/print/pdf.scss +++ b/css/print/pdf.scss @@ -2,7 +2,7 @@ * This stylesheet is used to print reveal.js * presentations to PDF. * - * https://github.com/hakimel/reveal.js#pdf-export + * https://revealjs.netlify.app/pdf-export/ */ html.print-pdf { diff --git a/css/theme/README.md b/css/theme/README.md index 5ebe72a1786..b1b3a342814 100644 --- a/css/theme/README.md +++ b/css/theme/README.md @@ -1,10 +1,10 @@ ## Dependencies -Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment including the Grunt dependencies installed before proceeding: https://github.com/hakimel/reveal.js#full-setup +Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment installed before proceeding: https://revealjs.netlify.app/installation/#full-setup ## Creating a Theme -To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see the [Gruntfile](https://github.com/hakimel/reveal.js/blob/master/gruntfile.js)) when you run `npm run build -- css-themes`. +To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled from Sass to CSS (see the [gulpfile](https://github.com/hakimel/reveal.js/blob/master/gulpfile.js)) when you run `npm run build -- css-themes`. Each theme file does four things in the following order: diff --git a/demo.html b/demo.html index f4b37be2862..8e26da8b5ad 100644 --- a/demo.html +++ b/demo.html @@ -149,14 +149,14 @@

Touch Optimized

## Markdown support Write content using inline or external Markdown. - Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown). + Instructions and more info available in the [readme](https://revealjs.netlify.app/markdown/). ```[]
## Markdown support Write content using inline or external Markdown. - Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown). + Instructions and more info available in the [readme](https://revealjs.netlify.app/markdown/).
``` @@ -345,7 +345,7 @@

Intergalactic Interconnections

Speaker View

-

There's a speaker view. It includes a timer, preview of the upcoming slide as well as your speaker notes.

+

There's a speaker view. It includes a timer, preview of the upcoming slide as well as your speaker notes.

Press the S key to try it out.

@@ -410,26 +410,24 @@

THE END

- + + + + + + diff --git a/examples/slide-backgrounds.html b/examples/slide-backgrounds.html index bcc8dbbcc55..f4f65c24ca4 100644 --- a/examples/slide-backgrounds.html +++ b/examples/slide-backgrounds.html @@ -125,8 +125,8 @@

Same background from horizontal to vertical (3/3)

+ - diff --git a/package-lock.json b/package-lock.json index 7277c18740e..29f9281c0b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reveal.js", - "version": "4.0.0-dev", + "version": "4.0.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": {