From 1e7706108f1f839200db6b7f03b042340cba6a8d Mon Sep 17 00:00:00 2001 From: Kristin Brown Date: Tue, 28 Jul 2026 09:19:15 -0400 Subject: [PATCH] Agent readiness fixes Signed-off-by: Kristin Brown --- .github/workflows/links.yml | 4 ++-- hugo.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 60d5ba1..d81f74b 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -83,7 +83,7 @@ jobs: --config docs-link-checking/lychee.toml --root-dir "${{ github.workspace }}/public" --index-files index.html - --remap "^https://agentregistry\.dev/ file:///${{ github.workspace }}/public/" + --remap "^https://aregistry\.ai/ file:///${{ github.workspace }}/public/" --format json --user-agent curl/8.4.0 --output "${{ github.workspace }}/artifacts/agentregistry-oss-links.json" @@ -91,7 +91,7 @@ jobs: ) if [ "${{ github.event_name }}" = "pull_request" ]; then - # Skip external URLs on PRs; remaps still resolve agentregistry.dev + # Skip external URLs on PRs; remaps still resolve aregistry.ai # links to local files so internal links are checked. "${LYCHEE_COMMON[@]}" --exclude "^https?://" else diff --git a/hugo.yaml b/hugo.yaml index 50d8773..3920b17 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: https://agentregistry.dev/ +baseURL: https://aregistry.ai/ languageCode: en-us title: agentregistry @@ -36,7 +36,7 @@ params: # across layouts (copy-markdown, llms.txt, page-to-markdown) that emit # absolute URLs which need to resolve when pasted outside the build's # preview URL. - prodHost: "https://agentregistry.dev" + prodHost: "https://aregistry.ai" theme: default: dark