Skip to content

Commit

Permalink
Fix broken link to css file in tabs example pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Feb 17, 2017
1 parent 1b7de6b commit b5c5b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tabs/tabs-1/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<section>
<h2>Javascript and CSS Source Code</h2>
<ul>
<li>CSS: <a href="css/tabs.css" type="tex/css">tabs.css</a></li>
<li>CSS: <a href="../css/tabs.css" type="tex/css">tabs.css</a></li>
<li>Javascript: <a href="js/tabs.js" type="text/javascript">tabs.js</a></li>
</ul>
</section>
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/tabs-2/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<section>
<h2>Javascript and CSS Source Code</h2>
<ul>
<li>CSS: <a href="css/tabs.css" type="tex/css">tabs.css</a></li>
<li>CSS: <a href="../css/tabs.css" type="tex/css">tabs.css</a></li>
<li>Javascript: <a href="js/tabs.js" type="text/javascript">tabs.js</a></li>
</ul>
</section>
Expand Down

0 comments on commit b5c5b61

Please sign in to comment.