Merge pull request #1023 from mannerism/bugfix/typos-and-broken-links

Fix info and fix broken link warning
This commit is contained in:
Tommy Ekstrand 2024-02-19 08:50:48 -06:00 committed by GitHub
commit 3a089a7171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ Auto-generated by default.
### Is Licensed (HAM)
If you are a licensed HAM operator and have considered the [privileges and restrictions](/docs/faq#what-is-the-benefit-of-using-a-ham-license-with-meshtastic) of using Meshtastic with a HAM license, enable this flag.
If you are a licensed HAM operator and have considered the [privileges and restrictions](/docs/faq/#amateur-radio-ham) of using Meshtastic with a HAM license, enable this flag.
Disabled by default.

View file

@ -39,7 +39,7 @@ cd ~/meshtastic
### Install Dependencies
```shell title="Install dependencies using Yarn"
```shell title="Install dependencies using pnpm"
pnpm i
```