Skip to content

Commit 4f22933

Browse files
committed
reveal.netlify.app -> revealjs.com
1 parent 83151f5 commit 4f22933

9 files changed

Lines changed: 23 additions & 23 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free. [Check out the live demo](https://revealjs.com/).
99

10-
The framework comes with a broad range of features including [nested slides](https://revealjs.netlify.app/vertical-slides/), [Markdown support](https://revealjs.netlify.app/markdown/), [Auto-Animate](https://revealjs.netlify.app/auto-animate/), [PDF export](https://revealjs.netlify.app/pdf-export/), [speaker notes](https://revealjs.netlify.app/speaker-view/), [LaTeX support](https://revealjs.netlify.app/math/), [syntax highlighted code](https://revealjs.netlify.app/code/) and much more.
10+
The framework comes with a broad range of features including [nested slides](https://revealjs.revealjs.com/vertical-slides/), [Markdown support](https://revealjs.revealjs.com/markdown/), [Auto-Animate](https://revealjs.revealjs.com/auto-animate/), [PDF export](https://revealjs.revealjs.com/pdf-export/), [speaker notes](https://revealjs.revealjs.com/speaker-view/), [LaTeX support](https://revealjs.revealjs.com/math/), [syntax highlighted code](https://revealjs.revealjs.com/code/) and much more.
1111

1212
<h1>
13-
<a href="https://revealjs.netlify.app/installation" style="font-size: 3em;">Get Started</a>
13+
<a href="https://revealjs.revealjs.com/installation" style="font-size: 3em;">Get Started</a>
1414
</h1>
1515

1616
## Documentation
17-
The full reveal.js documentation is available at [revealjs.com](https://revealjs.netlify.app).
17+
The full reveal.js documentation is available at [revealjs.com](https://revealjs.revealjs.com).
1818

1919
## License
2020

css/print/pdf.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This stylesheet is used to print reveal.js
33
* presentations to PDF.
44
*
5-
* https://revealjs.netlify.app/pdf-export/
5+
* https://revealjs.revealjs.com/pdf-export/
66
*/
77

88
html.print-pdf {

css/theme/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Dependencies
22

3-
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
3+
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.revealjs.com/installation/#full-setup
44

55
## Creating a Theme
66

demo.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2>Point of View</h2>
139139

140140
<section data-auto-animate data-auto-animate-easing="cubic-bezier(0.770, 0.000, 0.175, 1.000)">
141141
<h2>Auto-Animate</h2>
142-
<p>Automatically animate matching elements across slides with <a href="https://revealjs.netlify.app/auto-animate/">Auto-Animate</a>.</p>
142+
<p>Automatically animate matching elements across slides with <a href="https://revealjs.com/auto-animate/">Auto-Animate</a>.</p>
143143
<div class="r-hstack justify-center">
144144
<div data-id="box1" style="background: #999; width: 50px; height: 50px; margin: 10px; border-radius: 5px;"></div>
145145
<div data-id="box2" style="background: #999; width: 50px; height: 50px; margin: 10px; border-radius: 5px;"></div>
@@ -175,14 +175,14 @@ <h2>Touch Optimized</h2>
175175
## Markdown support
176176

177177
Write content using inline or external Markdown.
178-
Instructions and more info available in the [readme](https://revealjs.netlify.app/markdown/).
178+
Instructions and more info available in the [readme](https://revealjs.com/markdown/).
179179

180180
```[]
181181
<section data-markdown>
182182
## Markdown support
183183
184184
Write content using inline or external Markdown.
185-
Instructions and more info available in the [readme](https://revealjs.netlify.app/markdown/).
185+
Instructions and more info available in the [readme](https://revealjs.com/markdown/).
186186
</section>
187187
```
188188
</script>
@@ -371,7 +371,7 @@ <h2>Intergalactic Interconnections</h2>
371371

372372
<section>
373373
<h2>Speaker View</h2>
374-
<p>There's a <a href="https://revealjs.netlify.app/speaker-view/">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p>
374+
<p>There's a <a href="https://revealjs.com/speaker-view/">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p>
375375
<p>Press the <em>S</em> key to try it out.</p>
376376

377377
<aside class="notes">
@@ -381,7 +381,7 @@ <h2>Speaker View</h2>
381381

382382
<section>
383383
<h2>Export to PDF</h2>
384-
<p>Presentations can be <a href="https://revealjs.netlify.app/pdf-export/">exported to PDF</a>, here's an example:</p>
384+
<p>Presentations can be <a href="https://revealjs.com/pdf-export/">exported to PDF</a>, here's an example:</p>
385385
<iframe data-src="https://www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
386386
</section>
387387

@@ -417,10 +417,10 @@ <h2>Take a Moment</h2>
417417
<h2>Much more</h2>
418418
<ul>
419419
<li>Right-to-left support</li>
420-
<li><a href="https://revealjs.netlify.app/api/">Extensive JavaScript API</a></li>
421-
<li><a href="https://revealjs.netlify.app/auto-slide/">Auto-progression</a></li>
422-
<li><a href="https://revealjs.netlify.app/backgrounds/#parallax-background">Parallax backgrounds</a></li>
423-
<li><a href="https://revealjs.netlify.app/keyboard/">Custom keyboard bindings</a></li>
420+
<li><a href="https://revealjs.com/api/">Extensive JavaScript API</a></li>
421+
<li><a href="https://revealjs.com/auto-slide/">Auto-progression</a></li>
422+
<li><a href="https://revealjs.com/backgrounds/#parallax-background">Parallax backgrounds</a></li>
423+
<li><a href="https://revealjs.com/keyboard/">Custom keyboard bindings</a></li>
424424
</ul>
425425
</section>
426426

@@ -445,14 +445,14 @@ <h1>THE END</h1>
445445
<script>
446446

447447
// Also available as an ES module, see:
448-
// https://revealjs.netlify.app/initialization/
448+
// https://revealjs.com/initialization/
449449
Reveal.initialize({
450450
controls: true,
451451
progress: true,
452452
center: true,
453453
hash: true,
454454

455-
// Learn about plugins: https://revealjs.netlify.app/plugins/
455+
// Learn about plugins: https://revealjs.com/plugins/
456456
plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight ]
457457
});
458458

dist/reveal.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/slide-backgrounds.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2>Same background from horizontal to vertical (3/3)</h2>
126126
<script>
127127

128128
// Full list of configuration options:
129-
// https://revealjs.netlify.app/config/
129+
// https://revealjs.revealjs.com/config/
130130
Reveal.initialize({
131131
center: true,
132132

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<script src="plugin/highlight/highlight.js"></script>
2828
<script>
2929
// More info about initialization & config:
30-
// - https://revealjs.netlify.app/initialization/
31-
// - https://revealjs.netlify.app/config/
30+
// - https://revealjs.com/initialization/
31+
// - https://revealjs.com/config/
3232
Reveal.initialize({
3333
hash: true,
3434

35-
// Learn about plugins: https://revealjs.netlify.app/plugins/
35+
// Learn about plugins: https://revealjs.com/plugins/
3636
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
3737
});
3838
</script>

plugin/notes/notes.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/notes/notes.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)