Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Jan 19, 2025
1 parent 94e39a0 commit e0bc59a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h4>ARIA Techniques</h4>
<section>
<h4>Examples</h4>

<p><a href="../../patterns/landmarks/landmark-pattern.html#banner">Banner Landmark Example</a></p>
<p><a href="../../patterns/landmarks/landmarks-pattern.html#banner">Banner Landmark Example</a></p>
</section>
</section>

Expand Down Expand Up @@ -218,7 +218,7 @@ <h4>ARIA Technique</h4>
<section>
<h4>Examples</h4>

<p><a href="../../patterns/landmarks/landmark-pattern.html#complementary">Complementary Landmark Example</a></p>
<p><a href="../../patterns/landmarks/landmarks-pattern.html#complementary">Complementary Landmark Example</a></p>
</section>
</section>

Expand Down Expand Up @@ -262,7 +262,7 @@ <h4>ARIA Technique</h4>

<section>
<h4>Examples</h4>
<p><a href="../../patterns/landmarks/landmark-pattern.html#contentinfo">Contentinfo Landmark Example</a></p>
<p><a href="../../patterns/landmarks/landmarks-pattern.html#contentinfo">Contentinfo Landmark Example</a></p>
</section>
</section>

Expand Down Expand Up @@ -307,7 +307,7 @@ <h4>ARIA Technique</h4>
<section>
<h4>Examples</h4>

<p><a href="../../patterns/landmarks/landmark-pattern.html#form">Form Landmark Example</a></p>
<p><a href="../../patterns/landmarks/landmarks-pattern.html#form">Form Landmark Example</a></p>
</section>
</section>

Expand Down Expand Up @@ -339,7 +339,7 @@ <h4>ARIA Technique</h4>
<section>
<h4>Examples</h4>

<p><a href="../../patterns/landmarks/landmark-pattern.html#main">Main Landmark Example</a></p>
<p><a href="../../patterns/landmarks/landmarks-pattern.html#main">Main Landmark Example</a></p>
</section>
</section>

Expand Down Expand Up @@ -367,7 +367,7 @@ <h4>ARIA Technique</h4>
<section>
<h4>Examples</h4>

<p><a href="../../patterns/landmarks/landmark-pattern.html#navigation">Navigation Landmark Example</a></p>
<p><a href="../../patterns/landmarks/landmarks-pattern.html#navigation">Navigation Landmark Example</a></p>
</section>
</section>

Expand Down Expand Up @@ -397,7 +397,7 @@ <h4>ARIA Technique</h4>
<section>
<h4>Examples</h4>

<p><a href="../../patterns/landmarks/landmark-pattern.html#region">Region Landmark Example</a></p>
<p><a href="../../patterns/landmarks/landmarks-pattern.html#region">Region Landmark Example</a></p>
</section>
</section>

Expand All @@ -424,7 +424,7 @@ <h4>ARIA Technique</h4>
<section>
<h4>Examples</h4>

<p><a href="../../patterns/landmarks/landmark-pattern.html#search">Search Landmark Example</a></p>
<p><a href="../../patterns/landmarks/landmarks-pattern.html#search">Search Landmark Example</a></p>
</section>
</section>
</section>
Expand Down
16 changes: 8 additions & 8 deletions scripts/coverage-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,56 +699,56 @@ addLandmarkRole(
['banner'],
false,
'Banner Landmark',
'../../../content/patterns/landmarks/landmark-pattern.html#banner'
'../../../content/patterns/landmarks/landmarks-pattern.html#banner'
);

addLandmarkRole(
['complementary'],
true,
'Complementary Landmark',
'../../../content/patterns/landmarks/landmark-pattern.html#complementary'
'../../../content/patterns/landmarks/landmarks-pattern.html#complementary'
);

addLandmarkRole(
['contentinfo'],
false,
'Contentinfo Landmark',
'../../../content/patterns/landmarks/landmark-pattern.html#contentinfo'
'../../../content/patterns/landmarks/landmarks-pattern.html#contentinfo'
);

addLandmarkRole(
['form'],
true,
'Form Landmark',
'../../../content/patterns/landmarks/landmark-pattern.html#form'
'../../../content/patterns/landmarks/landmarks-pattern.html#form'
);

addLandmarkRole(
['main'],
true,
'Main Landmark',
'../../../content/patterns/landmarks/landmark-pattern.html#main'
'../../../content/patterns/landmarks/landmarks-pattern.html#main'
);

addLandmarkRole(
['navigation'],
true,
'Navigation Landmark',
'../../../content/patterns/landmarks/landmark-pattern.html#navigation'
'../../../content/patterns/landmarks/landmarks-pattern.html#navigation'
);

addLandmarkRole(
['region'],
true,
'Region Landmark',
'../../../content/patterns/landmarks/landmark-pattern.html#region'
'../../../content/patterns/landmarks/landmarks-pattern.html#region'
);

addLandmarkRole(
['search'],
true,
'Search Landmark',
'../../../content/patterns/landmarks/landmark-pattern.html#search'
'../../../content/patterns/landmarks/landmarks-pattern.html#search'
);

function getListItem(item) {
Expand Down

0 comments on commit e0bc59a

Please sign in to comment.