Skip to content

Commit 44e412d

Browse files
committed
Updates to READMEs
1 parent 0ebee02 commit 44e412d

File tree

2 files changed

+3
-3
lines changed
  • python/example_code/bedrock-agent-runtime
  • swift/example_code/cognito-identity-provider

2 files changed

+3
-3
lines changed

python/example_code/bedrock-agent-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ python -m pip install -r requirements.txt
3838

3939
Code examples that show you how to perform the essential operations within a service.
4040

41-
- [Learn the basics](../bedrock-agent/flows/flow-conversation.py)
41+
- [Learn the basics](flows/flow-conversation.py)
4242

4343

4444
### Single actions
@@ -79,7 +79,7 @@ This example shows you how to use InvokeFlow to converse with an Amazon Bedrock
7979
Start the example by running the following at a command prompt:
8080

8181
```
82-
python ../bedrock-agent/flows/flow-conversation.py
82+
python flows/flow-conversation.py
8383
```
8484

8585

swift/example_code/cognito-identity-provider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Code excerpts that show you how to call individual service functions.
4848
Code examples that show you how to accomplish a specific task by calling multiple
4949
functions within the same service.
5050

51-
- [Sign up a user with a user pool that requires MFA](scenario/Package.swift)
51+
- [Sign up a user with a user pool that requires MFA](../swift-sdk/http-config/Package.swift)
5252

5353

5454
<!--custom.examples.start-->

0 commit comments

Comments
 (0)