Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix broken anchor to rugpi instructions #2691

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/extend/firmware-management/device-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down