diff options
| author | Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> | 2022-05-09 22:23:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-09 22:23:24 -0400 |
| commit | 8cc3b54bcdd233989caf238a3e03bd46ac7b96ea (patch) | |
| tree | 4749b71c588e2114b02f9015f38e9c0d97a71e7e /docs/COMPILE.md | |
| parent | d8630d5bdcd6cd2259330a2ed0a41eee299f824a (diff) | |
| download | box64-8cc3b54bcdd233989caf238a3e03bd46ac7b96ea.tar.gz box64-8cc3b54bcdd233989caf238a3e03bd46ac7b96ea.zip | |
Fix link
Diffstat (limited to 'docs/COMPILE.md')
| -rwxr-xr-x | docs/COMPILE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 8e4de4f2..a7edddc1 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -10,7 +10,7 @@ wget -O- https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | sudo sudo apt update && sudo apt install box64 -y ``` -Alternatively, you can generate your own package using the [instructions below](https://github.com/ryanfortner/box64/blob/patch-1/docs/COMPILE.md#debian-packaging). +Alternatively, you can generate your own package using the [instructions below](https://github.com/ptitSeb/box64/blob/main/docs/COMPILE.md#debian-packaging). #### for RK3399 |