Skip to content

Commit 293929e

Browse files
committed
improvmet: fix soultion links
1 parent 3a13521 commit 293929e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ <h1>Udacity A11y Course TOC</h1>
2727
<li>
2828
Focusable elements in wrong DOM order:
2929
<a href="lesson2-focus/02-dom-order">Problem</a> |
30-
<a href="lesson2-focus/02-dom-order/index-solution.html">Solution</a>
30+
<a href="lesson2-focus/02-dom-order/solution/index.html">Solution</a>
3131
</li>
3232
<li>
3333
Offscreen content:
3434
<a href="lesson2-focus/04-offscreen-content">Problem</a> |
35-
<a href="lesson2-focus/04-offscreen-content/index-solution.html">Solution</a>
35+
<a href="lesson2-focus/04-offscreen-content/solution/index.html">Solution</a>
3636
</li>
3737
<li>
3838
Radio Group:
3939
<a href="lesson2-focus/05-radio-group">Problem</a> |
40-
<a href="lesson2-focus/05-radio-group/index-solution.html">Solution</a>
40+
<a href="lesson2-focus/05-radio-group/solution/index.html">Solution</a>
4141
</li>
4242
<li>
4343
Modals and keyboard traps:
4444
<a href="lesson2-focus/07-modals-and-keyboard-traps">Problem</a> |
45-
<a href="lesson2-focus/07-modals-and-keyboard-traps/index-solution.html">Solution</a>
45+
<a href="lesson2-focus/07-modals-and-keyboard-traps/solution/index.html">Solution</a>
4646
</li>
4747
<li>
4848
Manage focus yourself:
@@ -117,17 +117,17 @@ <h1>Udacity A11y Course TOC</h1>
117117
<li>
118118
Focus styles:
119119
<a href="lesson6-styling/01-focus-styles/index.html">Problem</a> |
120-
<a href="lesson6-styling/01-focus-styles/index-solution.html">Solution</a>
120+
<a href="lesson6-styling/01-focus-styles/solution/index.html">Solution</a>
121121
</li>
122122
<li>
123123
Style ARIA states:
124124
<a href="lesson6-styling/02-style-aria-states/index.html">Problem</a> |
125-
<a href="lesson6-styling/02-style-aria-states/index-solution.html">Solution</a>
125+
<a href="lesson6-styling/02-style-aria-states/solution/index.html">Solution</a>
126126
</li>
127127
<li>
128128
Contrast Audit:
129129
<a href="lesson6-styling/03-contrast-audit/index.html">Problem</a> |
130-
<a href="lesson6-styling/03-contrast-audit/index-solution.html">Solution</a>
130+
<a href="lesson6-styling/03-contrast-audit/solution/index.html">Solution</a>
131131
</li>
132132
<li>
133133
Mobile Screenreader:

0 commit comments

Comments
 (0)