Skip to content

Commit f3c2c86

Browse files
author
Jihye Hong
authored
Merge pull request w3c#87 from chrisosaurus/master
Trivial: Fixing links from Spatial-navigation Demo
2 parents ea2a84f + 1fc348c commit f3c2c86

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

demo/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ <h2>1. Why Spatial Navigation?</h2>
9595
<a href="https://github.com/WICG/spatial-navigation/blob/master/README.md" title="why spatial navigation">Introduction of spatial navigation</a>
9696

9797
<h2>2. Heuristic algorithm test cases using <a class="inline_link" href="https://github.com/WICG/spatial-navigation/tree/master/polyfill">a polyfill</a></h2>
98-
<a href="heuristic_default_move.html">Default focus moving behavior</a>
99-
<a href="heuristic_overflow_regions.html">Various overflow regions</a>
100-
<a href="heuristic_scrollable.html">Scrollable region</a>
101-
<a href="heuristic_iframe.html">iframe Element</a>
102-
<a href="heuristic_input_elements.html">Input Element</a>
103-
<a href="api_spatnav_contain.html">Spatial Navigation Container</a>
98+
<a href="sample/heuristic_default_move.html">Default focus moving behavior</a>
99+
<a href="sample/heuristic_overflow_regions.html">Various overflow regions</a>
100+
<a href="sample/heuristic_scrollable.html">Scrollable region</a>
101+
<a href="sample/heuristic_iframe.html">iframe Element</a>
102+
<a href="sample/heuristic_input_elements.html">Input Element</a>
103+
<a href="sample/api_spatnav_contain.html">Spatial Navigation Container</a>
104104

105105
<h2>3. Web Applications using <a class="inline_link" href="https://github.com/WICG/spatial-navigation/tree/master/polyfill">a polyfill</a></h2>
106106
<a href="blog/index.html">Blog App</a>
107107
<a href="calendar/index.html">Calender App</a>
108-
<a href="https://github.com/WICG/spatial-navigation/tree/master/sample" id="viewSource">View source on GitHub</a>
108+
<a href="https://github.com/WICG/spatial-navigation/tree/master/demo" id="viewSource">View source on GitHub</a>
109109
</div>
110110
<br><br>
111111
</body>

0 commit comments

Comments
 (0)