mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-08 05:35:10 +00:00
Update URL in structured schema (#13220)
This commit is contained in:
parent
6b973b2556
commit
3463683632
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue