We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb98919 commit 8e49535Copy full SHA for 8e49535
1 file changed
components/SocialIcons.astro
@@ -11,7 +11,7 @@ import Default from "@astrojs/starlight/components/SocialIcons.astro"
11
<Default {...Astro.props}><slot /></Default>
12
13
<div class="validator">
14
- <a href="https://datapackage-validator.datist.io"><strong>Validator</strong></a>
+ <a href="https://validator.datapackage.org"><strong>Validator</strong></a>
15
</div>
16
17
<!-- Add styles to mimic the default links appearance. -->
0 commit comments