From 4974586fc8317bb57338723be26b47e008cef07b Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Wed, 7 Feb 2024 09:45:55 +0100 Subject: [PATCH] docs: fix broken anchor to rugpi instructions Signed-off-by: Reuben Miller --- .../extend/firmware-management/building-image/rugpi/tutorial.md | 2 +- docs/src/extend/firmware-management/device-onboarding.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/extend/firmware-management/building-image/rugpi/tutorial.md b/docs/src/extend/firmware-management/building-image/rugpi/tutorial.md index 8b0af469d0e..d967ebc6699 100644 --- a/docs/src/extend/firmware-management/building-image/rugpi/tutorial.md +++ b/docs/src/extend/firmware-management/building-image/rugpi/tutorial.md @@ -61,7 +61,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | sudo bash For other installation possibilities check out the [just documentation](https://just.systems/man/en/chapter_4.html). -### Cloning the project +### Cloning the project {#clone-project} 1. Clone the project and change directory to the locally checked out folder diff --git a/docs/src/extend/firmware-management/device-onboarding.md b/docs/src/extend/firmware-management/device-onboarding.md index 5c8fdb2d018..246f66398d8 100644 --- a/docs/src/extend/firmware-management/device-onboarding.md +++ b/docs/src/extend/firmware-management/device-onboarding.md @@ -48,7 +48,7 @@ On your machine you will need on of the following: ``` :::info - If you are using an image built using **Rugpi**, the authorized ssh key/s should have been included in the image. If you can't ssh into your device please review the [build instructions](../building-image/rugpi/tutorial/#customizing-your-own-image) again to make sure the correct ssh key/s was added during build time. + If you are using an image built using **Rugpi**, the authorized ssh key/s should have been included in the image. If you can't ssh into your device please review the [build instructions](../building-image/rugpi/tutorial/#clone-project) again to make sure the correct ssh key/s was added during build time. ::: 3. [go-c8y-cli](https://goc8ycli.netlify.app/docs/installation/shell-installation/)