Skip to content

Commit 11e4ab0

Browse files
committed
Fix invalid paths.
1 parent 3818e53 commit 11e4ab0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

javav2/example_code/firehose/src/main/java/com/example/firehose/scenario/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following components are used in this example:
1212
- [Amazon S3](https://aws.amazon.com/s3/) is used as the destination for the Data Firehose delivery stream, storing the ingested data.
1313
- [Amazon CloudWatch Logs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html) hosts the Firehose metrics used to monitor Firehose performance.
1414

15-
For detailed information on this workflow, see the [firehose/README.md](../../../../../scenarios/features/firehose//README.md).
15+
For detailed information on this workflow, see the [firehose/README.md](../../../../../../../../../../scenarios/features/firehose/README.md).
1616

1717
## ⚠ Important
1818

@@ -25,7 +25,7 @@ For detailed information on this workflow, see the [firehose/README.md](../../..
2525

2626
### Prerequisites
2727

28-
To run this example, you need to set up the necessary infrastructure and generate mock data. Follow the steps outlined in the [workflow README](../../../../../scenarios/features/firehose//README.md#setup) to create a Data Firehose delivery stream and generate sample data.
28+
To run this example, you need to set up the necessary infrastructure and generate mock data. Follow the steps outlined in the [workflow README](../../../../../../../../../../scenarios/features/firehose/README.md#setup) to create a Data Firehose delivery stream and generate sample data.
2929

3030
### Execution
3131

python/example_code/firehose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This example shows you how to use Data Firehose to process individual and batch
6868

6969

7070
<!--custom.scenario_prereqs.firehose_Scenario_PutRecords.start-->
71-
See required [resource and data setup instructions](../../../scenarios/features/firehose//README.md).
71+
See required [resource and data setup instructions](../../../scenarios/features/firehose/README.md).
7272
<!--custom.scenario_prereqs.firehose_Scenario_PutRecords.end-->
7373

7474
Start the example by running the following at a command prompt:

python/example_code/firehose/scenarios/firehose-put-actions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following components are used in this example:
1212
- [Amazon S3](https://aws.amazon.com/s3/) is used as the destination for the Data Firehose delivery stream, storing the ingested data.
1313
- [Amazon CloudWatch Logs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html) hosts the Firehose metrics used to monitor Firehose performance.
1414

15-
For detailed information on this workflow, see the [firehose/README.md](../../../../../scenarios/features/firehose//README.md).
15+
For detailed information on this workflow, see the [firehose/README.md](../../../../../scenarios/features/firehose/README.md).
1616

1717
## ⚠ Important
1818

@@ -27,7 +27,7 @@ For detailed information on this workflow, see the [firehose/README.md](../../..
2727

2828
For Python language prerequisites, see [/python/README.md](../../../../../python/README.md).
2929

30-
To run this example, you need to set up the necessary infrastructure and generate mock data. Follow the steps outlined in the [workflow README](../../../../../scenarios/features/firehose//README.md#setup) to create a Data Firehose delivery stream and generate sample data.
30+
To run this example, you need to set up the necessary infrastructure and generate mock data. Follow the steps outlined in the [workflow README](../../../../../scenarios/features/firehose/README.md#setup) to create a Data Firehose delivery stream and generate sample data.
3131

3232
### Execution
3333

python/example_code/firehose/scenarios/firehose-put-actions/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def __init__(self):
55
self.delivery_stream_name = "ENTER YOUR DELIVERY STREAM NAME HERE"
66
self.region = "us-east-1"
77
self.sample_data_file = (
8-
"../../../../../scenarios/features/firehose//resources/sample_records.json"
8+
"../../../../../scenarios/features/firehose/resources/sample_records.json"
99
)
1010

1111

0 commit comments

Comments
 (0)