From 3d51b542ccacc23f576e0b653e54f41382f0d317 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Fri, 28 Jul 2023 14:17:42 +0200 Subject: [PATCH] docs: use links to files instead of folders to avoid unnecessary redirects URLS which end with a slash (/) results in an unnecessary redirect from without the slash to with the slash. This also puts unnecessary workload on the search scraper as it needs to navigate both links Signed-off-by: Reuben Miller --- docs/src/start/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/start/getting-started.md b/docs/src/start/getting-started.md index e12627ddf94..5726537f379 100644 --- a/docs/src/start/getting-started.md +++ b/docs/src/start/getting-started.md @@ -57,7 +57,7 @@ This script will install the latest version of thin-edge.io with the following c - Command line Interface (CLI) tool - Tedge mapper -It is possible to do the installation of thin-edge.io manually or install another version or upgrade the current version. For more information on that, please have a look [here](../install/) for more information. +It is possible to do the installation of thin-edge.io manually or install another version or upgrade the current version. For more information on that, please have a look [here](../install/index.md) for more information. After a successful installation, it is possible to use thin-edge.io via the CLI and use the tedge commands. @@ -102,7 +102,7 @@ SUBCOMMANDS: reconnect Reconnect command, calls disconnect followed by connect ``` -Here is an [overview of the commands for the CLI tool](../references/cli/). +Here is an [overview of the commands for the CLI tool](../references/cli/index.md). The CLI will be used to configure the thin-edge.io installation on the device in the next steps. @@ -526,4 +526,4 @@ However, keep in mind that the daemon has to be restarted every time the `/etc/t With this getting started tutorial you gained some insights on how to install and configure thin-edge.io on a Raspberry Pi. -If you didn't try the optional steps in this tutorial, it might be a nice idea to work on these as you then get a better insight into the device management capabilities of thin-edge.io. Other things you can work on are capabilities like working with child devices, building your own plugin etc. Tutorials for that can be found [here](../). +If you didn't try the optional steps in this tutorial, it might be a nice idea to work on these as you then get a better insight into the device management capabilities of thin-edge.io. Other things you can work on are capabilities like working with child devices, building your own plugin etc. Tutorials for that can be found [here](../operate/index.md).