diff --git a/website/docs/examples/events_recorder/README.md b/website/docs/examples/events_recorder/README.md index 1c2957486..4913ab73d 100644 --- a/website/docs/examples/events_recorder/README.md +++ b/website/docs/examples/events_recorder/README.md @@ -13,7 +13,8 @@ Before diving into this example, here's a quick heads-up on what you'll need to concepts such as functions, conditional statements, and command-line argument parsing using the argparse module. -2. **Recorder Concepts**: We also recommend you check our [Recorder Service webpage](../../concepts/recorder_service) +2. **[farm-ng Recorder Service Overview](/docs/concepts/recorder_service/)**: +This overview provides a base understanding of the gRPC service the client you create will connect to. ::: In the [**Events Recorder**](https://github.com/farm-ng/farm-ng-amiga/blob/main-v2/py/examples/event_recorder/main.py)