Skip to content

Commit 8a4d1cd

Browse files
committed
Fix the link to the demo
1 parent 781ebf3 commit 8a4d1cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/examples/hovercraft.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:css: hovercraft.css
44

55
This is a demo for Hovercraft! You can view it as a finished presentation
6-
at http://regebro.github.com/hovercraft/
6+
at http://regebro.github.io/hovercraft/
77

88

99
It's also useful as an example, in which case it's supposed to be read as

docs/presentations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ To see how to use Hovercraft! in practice, there are three example presentations
628628
included with Hovercraft!
629629

630630
hovercraft.rst_
631-
The demo presentation you can see at http://regebro.github.com/hovercraft
631+
The demo presentation you can see at http://regebro.github.io/hovercraft
632632

633633
tutorial.rst_
634634
A step by step guide to the features of Hovercraft!

hovercraft/templates/default/template.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ xmlns="http://www.w3.org/1999/xhtml">
2323
<title><xsl:value-of select="/document/@title"/></title>
2424

2525
<meta charset="UTF-8"/>
26-
<meta name="generator" content="Hovercraft! 1.0 http://regebro.github.com/hovercraft"/>
26+
<meta name="generator" content="Hovercraft! 1.0 http://regebro.github.io/hovercraft"/>
2727
<xsl:if test="/document/author"> <!-- Author is a child to the document, everything else become attributes -->
2828
<meta name="author">
2929
<xsl:attribute name="content">

hovercraft/templates/simple/template.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ xmlns="http://www.w3.org/1999/xhtml">
2323
<title><xsl:value-of select="/document/@title"/></title>
2424

2525
<meta charset="UTF-8"/>
26-
<meta name="generator" content="Hovercraft! 1.0 http://regebro.github.com/hovercraft"/>
26+
<meta name="generator" content="Hovercraft! 1.0 http://regebro.github.io/hovercraft"/>
2727
<xsl:if test="/document/author"> <!-- Author is a child to the document, everything else become attributes -->
2828
<meta name="author">
2929
<xsl:attribute name="content">

0 commit comments

Comments
 (0)