use named link for fragments #621
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 12 Oct 2013 01:54:25 +0000 (21:54 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 12 Oct 2013 01:54:25 +0000 (21:54 -0400)
README.md
index.html

index c69d38c34dfce14c205edfbd6389561d219d974f..01579ba9c388c8faadf33e114f140c04133998e6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -365,7 +365,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/#/16
+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
 
 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:
 
index 9de144bde8bb7698283b069c906954df10772da9..d79441e76563636aa7fe34b5211a7fe31c688b1f 100644 (file)
@@ -281,7 +281,7 @@ function linkify( selector ) {
                                </section>
 
                                <section>
-                                       <section>
+                                       <section id="fragments">
                                                <h2>Fragmented Views</h2>
                                                <p>Hit the next arrow...</p>
                                                <p class="fragment">... to step through ...</p>