Skip to content

Commit f69745d

Browse files
committed
update links
1 parent 7b5d914 commit f69745d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ <h6 class="example-header"><i class="fa fa-commenting-o"></i>&nbsp;Hint <span cl
117117
<p class="example-description">
118118
Hints are the new feature in Intro.js that enables you to add additional descriptions to any part of a web page. You can define hints by adding <code>data-hint</code> attribute to the HTML elements.
119119
</p>
120-
<a class="button" href="/intro.js/example/hello-world/index.html" target="_blank">Demo</a>
121-
<a class="button" href="https://github.com/usablica/intro.js/blob/master/example/hello-world/index.html" target="_blank">Source</a>
120+
<a class="button" href="/intro.js/example/hint/index.html" target="_blank">Demo</a>
121+
<a class="button" href="https://github.com/usablica/intro.js/blob/master/example/hint/index.html" target="_blank">Source</a>
122122
</div>
123123
</div>
124124
<div class="one-half column">
@@ -127,8 +127,8 @@ <h6 class="example-header"><i class="fa fa-code"></i>&nbsp;Programmatic Hint <sp
127127
<p class="example-description">
128128
You can add/alter hints using JavaScript objects (or JSON). Also, you can optionally bind a function to hint events (e.g. hint click, hint close)
129129
</p>
130-
<a class="button" href="/intro.js/example/hello-world/index.html" target="_blank">Demo</a>
131-
<a class="button" href="https://github.com/usablica/intro.js/blob/master/example/hello-world/index.html" target="_blank">Source</a>
130+
<a class="button" href="/intro.js/example/programmatic/hint.html" target="_blank">Demo</a>
131+
<a class="button" href="https://github.com/usablica/intro.js/blob/master/example/programmatic/hint.html" target="_blank">Source</a>
132132
</div>
133133
</div>
134134
</div>

0 commit comments

Comments
 (0)