Fixed broken in-page anchor

This commit is contained in:
Sun Knudsen 2021-04-04 07:26:38 -04:00
parent 3e1de2b8c6
commit ac566f34e1
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -194,7 +194,7 @@ exit
Replace `10.0.1.248` with IP of Raspberry Pi. Replace `10.0.1.248` with IP of Raspberry Pi.
When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer). When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-macos).
```shell ```shell
ssh pi@10.0.1.248 -i ~/.ssh/pi ssh pi@10.0.1.248 -i ~/.ssh/pi
@ -335,7 +335,7 @@ systemctl reboot
Replace `10.0.1.248` with IP of Raspberry Pi. Replace `10.0.1.248` with IP of Raspberry Pi.
When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-computer). When asked for passphrase, enter passphrase from [step 1](#step-1-create-ssh-key-pair-on-macos).
```shell ```shell
ssh pi@10.0.1.248 -i ~/.ssh/pi ssh pi@10.0.1.248 -i ~/.ssh/pi