Update URL in structured schema (#13220)

This commit is contained in:
Charlie Marsh 2024-09-02 20:21:45 -04:00 committed by GitHub
parent 6b973b2556
commit 3463683632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 %}