Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exclude = [
"https://www.grantadesign.com/*",
"https://www.babcockinternational.com/*",
"https://www.unf.edu/*",
"https://www.iec.ch/*",
]

max_retries = 3
Expand Down
2 changes: 1 addition & 1 deletion src/components/islands/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ onUnmounted(() => {
═══════════════════════════════════════════════════════ -->
<div class="section">
<div class="cta-strip">
<a href="/schemas.html" class="cta-strip-card">
<a href="/schemas" class="cta-strip-card">
<div class="cta-strip-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/><polyline points="10 9 9 9 8 9"/></svg>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ UnitsML consists of interconnected components that together form a complete syst
<div class="ecosystem-item">
<h4>UnitsML XML Schemas</h4>
<p>Authoritative XML schemas for encoding scientific units of measure — SI base units, derived units, and non-SI units. Designed to be incorporated into other markup languages.</p>
<a href="/schemas.html">Learn more &rarr;</a>
<a href="/schemas">Learn more &rarr;</a>
</div>
<div class="ecosystem-item">
<h4>UnitsDB</h4>
Expand Down
Loading