File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ <h6 class="example-header"><i class="fa fa-commenting-o"></i> Hint <span cl
117
117
< p class ="example-description ">
118
118
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.
119
119
</ 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 >
122
122
</ div >
123
123
</ div >
124
124
< div class ="one-half column ">
@@ -127,8 +127,8 @@ <h6 class="example-header"><i class="fa fa-code"></i> Programmatic Hint <sp
127
127
< p class ="example-description ">
128
128
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)
129
129
</ 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 >
132
132
</ div >
133
133
</ div >
134
134
</ div >
You can’t perform that action at this time.
0 commit comments