From 141d69469c5773b0f6850c40688fb91240751ea9 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Mon, 20 Aug 2012 22:13:00 -0400
Subject: support for named links (closes #55)

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'README.md')

diff --git a/README.md b/README.md
index 1db57be..7b0d859 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,15 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
 } );
 ```
 
+### Internal links
+
+It's easy to link between slides. The first example below targets the index of another slide whereas the second targets a slide with an ID attribute (```<section id="'"some-slide">```):
+
+```html
+<a href="#/2/2">Link</a>
+<a href="#/some-slide">Link</a>
+```
+
 ## PDF Export
 
 Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use [Google Chrome](http://google.com/chrome). 
-- 
cgit v1.2.3