diff --git a/Turing Pi/compute-modules.md b/Turing Pi/compute-modules.md index c55ccc8..6f69380 100644 --- a/Turing Pi/compute-modules.md +++ b/Turing Pi/compute-modules.md @@ -86,9 +86,6 @@ sudo apt install -y cowsay fortune sudo vim /etc/update-motd.d/01-cowsay ``` -[Networking](networking.md) - - ```bash #!/bin/bash /usr/games/fortune | /usr/games/cowsay -f tux @@ -100,6 +97,7 @@ sudo chmod +x /etc/update-motd.d/01-cowsay #### Networking +> [Networking](networking.md) #### Sensors