diff --git a/dotnetv3/SESv2/README.md b/dotnetv3/SESv2/README.md index a1efc861ac4..6837848750b 100644 --- a/dotnetv3/SESv2/README.md +++ b/dotnetv3/SESv2/README.md @@ -83,7 +83,7 @@ Alternatively, you can run the example from within your IDE. #### Newsletter workflow -This example shows you how to run the Amazon SES v2 API newsletter workflow. +This example shows you how to Amazon SES v2 API newsletter workflow. diff --git a/python/example_code/medical-imaging/README.md b/python/example_code/medical-imaging/README.md index 337af3acb48..1d91c6c05bf 100644 --- a/python/example_code/medical-imaging/README.md +++ b/python/example_code/medical-imaging/README.md @@ -88,7 +88,7 @@ functions within the same service. This example shows you how to get started using HealthImaging. ``` -python hello.py +python imaging_set_and_frames_workflow/hello.py ``` diff --git a/python/example_code/s3/README.md b/python/example_code/s3/README.md index 54a973f06f7..01de02c30a9 100644 --- a/python/example_code/s3/README.md +++ b/python/example_code/s3/README.md @@ -103,7 +103,7 @@ Sample applications that work across multiple AWS services. This example shows you how to get started using Amazon S3. ``` -python hello.py +python s3_basics/hello.py ```