From c41876a41e784929940c0bff81b7b9f3d1e1cbb6 Mon Sep 17 00:00:00 2001 From: Guilherme <39603677+guilhermedemouraa@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:51:56 -0700 Subject: [PATCH] Update website/docs/examples/file_reader_gps/README.md Co-authored-by: Kyle Coble <53625197+Hackerman342@users.noreply.github.com> --- website/docs/examples/file_reader_gps/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/examples/file_reader_gps/README.md b/website/docs/examples/file_reader_gps/README.md index b5e7f2377..449ee14d6 100644 --- a/website/docs/examples/file_reader_gps/README.md +++ b/website/docs/examples/file_reader_gps/README.md @@ -10,7 +10,8 @@ title: File Reader GPS 1. **Python Programming**: Understanding basic Python programming concepts such as functions, loops, conditional statements, and type-checking. -2. **GPS Concepts**: We also recommend you check our [GPS Service webpage](../../concepts/gps_service) +2. **[farm-ng GPS Service Overview](/docs/concepts/gps_service/)**: +This overview provides a base understanding of the gRPC service the client you create will connect to. ::: This [**File Reader GPS**](https://github.com/farm-ng/farm-ng-amiga/blob/main-v2/py/examples/file_reader_gps/main.py)