diff --git a/strands-py/src/strands/models/bedrock.py b/strands-py/src/strands/models/bedrock.py index bc9ce6c0f..49412cab8 100644 --- a/strands-py/src/strands/models/bedrock.py +++ b/strands-py/src/strands/models/bedrock.py @@ -1031,7 +1031,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/strands-py/tests/strands/models/test_bedrock.py b/strands-py/tests/strands/models/test_bedrock.py index 179c3dce4..c243c3bc8 100644 --- a/strands-py/tests/strands/models/test_bedrock.py +++ b/strands-py/tests/strands/models/test_bedrock.py @@ -1758,7 +1758,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", ]