diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c908bd5..0487a66 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: GitHub Pages on: push: branches: - - main + - master workflow_dispatch: jobs: diff --git a/ctru-sys/README.md b/ctru-sys/README.md index dfb5a7b..93d392c 100644 --- a/ctru-sys/README.md +++ b/ctru-sys/README.md @@ -2,8 +2,9 @@ Raw Rust bindings over the [`libctru`](https://github.com/devkitPro/libctru) C library. -Documentation for the latest devkitPro release can be found -[here](https://rust3ds.github.io/crates/ctru_sys). +Documentation for the latest devkitPro release +[on Docker Hub](https://hub.docker.com/r/devkitpro/devkitarm/) +can be found [here](https://rust3ds.github.io/ctru-rs/crates/ctru_sys). ## Requirements