Update URL in structured schema (#6952)

This commit is contained in:
Charlie Marsh 2024-09-02 20:28:36 -04:00 committed by GitHub
parent 7c37bae8f1
commit fe17797240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Astral",
"url": "https://astral.sh"
"name": "Astral Docs",
"url": "https://docs.astral.sh"
}
</script>
{% endblock %}