Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ 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"
public/**/*.html
)

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
Expand Down
4 changes: 2 additions & 2 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: https://agentregistry.dev/
baseURL: https://aregistry.ai/
languageCode: en-us
title: agentregistry

Expand Down Expand Up @@ -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
Expand Down
Loading