We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b77eb commit 5c2634fCopy full SHA for 5c2634f
examples/index.html
@@ -66,7 +66,7 @@
66
<div class="page-content mdl-layout--fixed-drawer">
67
<div class="mdl-layout__drawer is-visible">
68
<nav class="mdl-navigation">
69
- <a class="mdl-navigation__link" href="chapter01_02_02/01-HelloWorld.html">01-HelloWorld</a>
+ <a class="mdl-navigation__link" href="chapter01_02/01-HelloWorld.html">01-HelloWorld</a>
70
<a class="mdl-navigation__link" href="chapter01_02/02-Variables.html">02-Variables</a>
71
<a class="mdl-navigation__link" href="chapter01_02/03-Operators.html">03-Operators</a>
72
<a class="mdl-navigation__link" href="chapter01_02/04-TruthyFalsy.html">04-Truthy Falsy</a>
0 commit comments