mirror of https://github.com/astral-sh/ruff
Update URL in structured schema (#13220)
This commit is contained in:
parent
6b973b2556
commit
3463683632
|
|
@ -13,8 +13,8 @@
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "WebSite",
|
"@type": "WebSite",
|
||||||
"name": "Astral",
|
"name": "Astral Docs",
|
||||||
"url": "https://astral.sh"
|
"url": "https://docs.astral.sh"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue