Skip to content

Commit ff6aafb

Browse files
authored
Wifi: fix RPI doc link, minor formatting
1 parent 97165d5 commit ff6aafb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Wifi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ You can then access the wifi module and select the option to "Import wifi creden
4848

4949
![wifi_text](https://cloud.githubusercontent.com/assets/10035308/21238882/8fe42822-c2b9-11e6-9506-ddfc41fa2016.png)
5050

51-
## Connecting to WiFi Without a Keyboard (Raspbian Stretch)
51+
## Connecting to WiFi Without a Keyboard
5252

5353
Starting with Raspbian Stretch, loading the wifikeyfile from the setup script is not necessary.
5454

5555
Create a file called `wpa_supplicant.conf` in the boot partition using the following template. (This will be moved at boot
56-
to the /etc/wpa_supplicant directory).
56+
to the `/etc/wpa_supplicant directory`).
5757

5858
```
5959
@@ -190,9 +190,9 @@ on reboot (if configured correctly) your wifi will be working.
190190

191191
## Manual Configuration (WPA_Supplicant)
192192

193-
**Taken from the Raspberry Pi Foundation [here](http://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md):**
193+
**Taken from the Raspberry Pi Foundation [here](https://www.raspberrypi.org/documentation/computers/configuration.html#wireless-networking-command-line):**
194194

195-
This method is suitable if you do not have access to the graphical user interface normally used to set up WiFi on the Raspberry Pi. It is especailly suited for use with a serial console cable if you don't have access to a screen or wired Ethernet network. Also note that no additional software is required; everything you need is already included on the Raspberry Pi.
195+
> This method is suitable if you do not have access to the graphical user interface normally used to set up WiFi on the Raspberry Pi. It is especailly suited for use with a serial console cable if you don't have access to a screen or wired Ethernet network. Also note that no additional software is required; everything you need is already included on the Raspberry Pi.
196196
197197
### Getting Network Details
198198

0 commit comments

Comments
 (0)