Skip to content

Commit 9a7d213

Browse files
kfranqueirombgower
andauthored
C41: Fix path to Understanding image (#4248)
Fixes #4244. There are exactly two links from Techniques pages to images residing under Understanding: one in C41, and one in G207. - The link in G207 correctly omits the version subfolder, which doesn't exist in the output structure - The link in C41 did not omit this, causing the link to break The link in C41 also used uppercase U in Understanding, which would fail on case-sensitive filesystems. (The inverse does not adversely impact builds published to w3.org.) [Preview](https://deploy-preview-4248--wcag2.netlify.app/techniques/css/c41) Co-authored-by: Mike Gower <mikegower@gmail.com>
1 parent aa140eb commit 9a7d213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/css/C41.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h4>CSS</h4>
4747
</section>
4848

4949
<figure id="focus-indicator-inside">
50-
<img src="../../Understanding/22/img/focus-indicator-innerline-strong.png" alt="Three blue buttons with a dark border, the middle button showing a bright yellow outline inside the button." width="300"/>
50+
<img src="../../understanding/img/focus-indicator-innerline-strong.png" alt="Three blue buttons with a dark border, the middle button showing a bright yellow outline inside the button." width="300"/>
5151
<figcaption>The default and focused states of the button.</figcaption>
5252
</figure>
5353

0 commit comments

Comments
 (0)