From 5587bccaf25529d14d9800bbd6a6e0770b55264a Mon Sep 17 00:00:00 2001 From: Guilherme <39603677+guilhermedemouraa@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:56:36 -0700 Subject: [PATCH] Update website/docs/examples/events_recorder/README.md Co-authored-by: Kyle Coble <53625197+Hackerman342@users.noreply.github.com> --- website/docs/examples/events_recorder/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)