Skip to content

Commit 8b7bc22

Browse files
m110roblaszczak
authored andcommitted
Update examples section in Getting Started (ThreeDotsLabs#142)
1 parent 3348680 commit 8b7bc22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/docs/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,16 @@ For more detailed documentation check [documentation topics]({{< ref "/docs" >}}
336336
#### Examples
337337

338338
Check out the [examples](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples) that will show you how to start using Watermill.
339-
The recommended entry point is [Your first Watermill application](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/your-first-app).
339+
340+
The recommended entry point is [Your first Watermill application](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/basic/1-your-first-app).
340341
It contains the entire environment in `docker-compose.yml`, including Golang and Kafka, which you can run with one command.
341342

342-
After that, you can try the [Simple app](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/simple-app) example.
343+
After that, you can see the [Realtime feed](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/basic/2-realtime-feed) example.
343344
It uses more middlewares and contains two handlers. There is also a separate application for publishing messages.
344345

345-
The [third example](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/http-to-kafka) showcases the use of a different Subscriber implementation, namely **HTTP**.
346-
It is a very simple application, which can save GitLab webhooks to Kafka.
346+
For a different subscriber implementation, namely **HTTP**, refer to the [receiving-webhooks](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/real-world-examples/receiving-webhooks) example. It is a very simple application that saves webhooks to Kafka.
347347

348-
Most recent information can be found in the project's [README](https://github.com/ThreeDotsLabs/watermill#readme).
348+
Full list of examples can be found in the project's [README](https://github.com/ThreeDotsLabs/watermill#examples).
349349

350350
#### Support
351351

0 commit comments

Comments
 (0)