Skip to content

Commit

Permalink
fixed links in index generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Jan 19, 2025
1 parent 46890f7 commit 94e39a0
Showing 1 changed file with 8 additions and 8 deletions.
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/examples/banner.html'
'../../../content/patterns/landmarks/landmark-pattern.html#banner'
);

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

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

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

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

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

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

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

function getListItem(item) {
Expand Down

0 comments on commit 94e39a0

Please sign in to comment.