From 7fb28c751fbcac32778e176d2d351563d60ab5c0 Mon Sep 17 00:00:00 2001 From: peter-pycom <61411318+peter-pycom@users.noreply.github.com> Date: Thu, 27 Aug 2020 16:26:18 +0200 Subject: [PATCH] clarify references (#313) --- content/gettingstarted/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/gettingstarted/_index.md b/content/gettingstarted/_index.md index 8f3657c..8c0603f 100644 --- a/content/gettingstarted/_index.md +++ b/content/gettingstarted/_index.md @@ -130,11 +130,11 @@ If you need to remove files from your device you can use the following commands: ## Step 4: Further references Now that we got the basic example running, you can proceed to develop your own application! For further references, you can check the links below: -* [More examples](/tutorials/) +* [Tutorials and examples](/tutorials/) -* [Documentation](/firmwareapi/) +* [Firmware API](/firmwareapi/) -* [Get started using the FTP and Telnet Server](/gettingstarted/programming/ftp/) +* [FTP and Telnet](/gettingstarted/programming/ftp/) * [Connect using Pybytes](/pybytes/getstarted/)