From 3463683632b0af2457f4449f7daef77d5527cd9c Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 2 Sep 2024 20:21:45 -0400 Subject: [PATCH] Update URL in structured schema (#13220) --- docs/.overrides/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.overrides/main.html b/docs/.overrides/main.html index 1589605500224..0ac15144758b3 100644 --- a/docs/.overrides/main.html +++ b/docs/.overrides/main.html @@ -13,8 +13,8 @@ { "@context": "https://schema.org", "@type": "WebSite", - "name": "Astral", - "url": "https://astral.sh" + "name": "Astral Docs", + "url": "https://docs.astral.sh" } {% endblock %}