diff --git a/src/strands/models/bedrock.py b/src/strands/models/bedrock.py index d535bbc51..90e993855 100644 --- a/src/strands/models/bedrock.py +++ b/src/strands/models/bedrock.py @@ -970,7 +970,7 @@ def _stream( add_exception_note( e, "└ For more information see " - "https://strandsagents.com/latest/user-guide/concepts/model-providers/amazon-bedrock/#on-demand-throughput-isnt-supported", + "https://strandsagents.com/docs/user-guide/concepts/model-providers/amazon-bedrock/#on-demand-throughput-isnt-supported", ) raise e diff --git a/tests/strands/models/test_bedrock.py b/tests/strands/models/test_bedrock.py index a80ca091e..9a3ab8b35 100644 --- a/tests/strands/models/test_bedrock.py +++ b/tests/strands/models/test_bedrock.py @@ -1717,7 +1717,7 @@ async def test_add_note_on_validation_exception_throughput(bedrock_client, model "└ Bedrock region: us-west-2", "└ Model id: m1", "└ For more information see " - "https://strandsagents.com/latest/user-guide/concepts/model-providers/amazon-bedrock/#on-demand-throughput-isnt-supported", + "https://strandsagents.com/docs/user-guide/concepts/model-providers/amazon-bedrock/#on-demand-throughput-isnt-supported", ]