Skip to content

Commit

Permalink
fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
bitinerant committed Oct 24, 2019
1 parent 659f608 commit d79d24b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ I use this for my Raspberry Pi, but it should work on any Debian or derivative.
The root file system on the sd-card is mounted read-only on /overlay/lower, and / is a
read-write copy on write overlay.

There are two sets of instructions below: [Raspbian](#Raspbian) and [Ubuntu for ARM](#Ubuntu_for_ARM).
There are two sets of instructions below: [Raspbian](#raspbian) and [Ubuntu for ARM](#ubuntu-for-arm).

## Raspbian

Expand Down Expand Up @@ -43,7 +43,7 @@ then rerun
```bash
sudo mkinitramfs -o /boot/init.gz
```
Now skip down to [all distributions](#all_distributions) to finish the installation.
Now skip down to [all distributions](#all-distributions) to finish the installation.

## Ubuntu for ARM

Expand All @@ -67,7 +67,7 @@ then run
sudo update-initramfs -k $(uname -r) -u
```

Now continue to [all distributions](#all_distributions) to finish the installation.
Now continue to [all distributions](#all-distributions) to finish the installation.

## all distributions

Expand Down

0 comments on commit d79d24b

Please sign in to comment.