Skip to content

Commit 5c23e07

Browse files
chore: update docs URLs from v2docs to docs.galileo.ai (#171)
Updates all `v2docs.galileo.ai` links to `docs.galileo.ai` following the migration of v2 docs to the docs subdomain.
1 parent 6791d73 commit 5c23e07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

evaluators/contrib/galileo/src/agent_control_evaluator_galileo/luna2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
GALILEO_CONSOLE_URL: Optional, for custom deployments
1212
1313
Documentation:
14-
https://v2docs.galileo.ai/concepts/protect/overview
15-
https://v2docs.galileo.ai/sdk-api/python/reference/protect
14+
https://docs.galileo.ai/concepts/protect/overview
15+
https://docs.galileo.ai/sdk-api/python/reference/protect
1616
"""
1717

1818
from agent_control_evaluator_galileo.luna2.config import (

evaluators/contrib/galileo/src/agent_control_evaluator_galileo/luna2/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This module provides a lightweight HTTP client that calls the Galileo Protect API
44
directly, without requiring the full galileo-sdk package.
55
6-
Reference: https://v2docs.galileo.ai/sdk-api/python/reference/protect
6+
Reference: https://docs.galileo.ai/sdk-api/python/reference/protect
77
"""
88

99
import logging

0 commit comments

Comments
 (0)