Skip to content

Commit 8951c16

Browse files
committed
Fix links and paths
1 parent 9d35d43 commit 8951c16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tutorials/kafka-live-viewer-profiles/deploy-aws-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following [Steps](#steps) will deploy the solution accelerator to AWS using
1919
```bash
2020
git clone https://github.com/snowplow-industry-solutions/kafka-live-viewer-profiles.git
2121
```
22-
4. Create a `.env` file based on `.env.example` and configure AWS variables.
22+
4. Create a `.env` file based on `./docker/.env.example` and configure AWS variables.
2323
```bash
2424
ACCEPT_LICENSE="true"
2525
AWS_REGION=eu-west-2

tutorials/kafka-live-viewer-profiles/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Please start by reviewing how the application works in the next page on Localsta
3030
The solution comprises several interconnected components:
3131

3232
- **Web Tracking Application**:
33-
- A React application with a video to watch. Snowplow's media tracking has been configured to send events (e.g., play, pause, ad skipped) to the [Snowplow Collector](/docs/fundamentals/architecture-overview).
33+
- A React application with a video to watch. Snowplow's media tracking has been configured to send events (e.g., play, pause, ad skipped) to the [Snowplow Collector](/docs/fundamentals).
3434
- Code available in [tracker-frontend](https://github.com/snowplow-industry-solutions/kafka-live-viewer-profiles/tree/main/tracker-frontend) folder in GitHub
3535

3636
- **Snowplow Collector**:
37-
- Collects and forwards events via [Stream Enrich](/docs/fundamentals/architecture-overview) and Kinesis to [Snowbridge](/docs/destinations/forwarding-events/snowbridge).
37+
- Collects and forwards events via [Stream Enrich](/docs/fundamentals) and Kinesis to [Snowbridge](/docs/destinations/forwarding-events/snowbridge).
3838

3939
- **Snowplow Snowbridge**:
4040
- Publishes events to Kafka for the Live Viewer Backend to consume

tutorials/kafka-live-viewer-profiles/quickstart-localstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Quickstart with Localstack
1515
```bash
1616
git clone https://github.com/snowplow-industry-solutions/kafka-live-viewer-profiles.git
1717
```
18-
4. Create a `.env` file based on `.env.example`. You can leave the AWS variables as placeholders when using Localstack
18+
4. Create a `.env` file based on `./docker/.env.example`. You can leave the AWS variables as placeholders when using Localstack
1919
```bash
2020
ACCEPT_LICENSE="true"
2121
AWS_REGION=eu-west-2

0 commit comments

Comments
 (0)