From adc242486f58763f7d1b35e5d9db127a30f8cad9 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Mon, 27 Nov 2023 11:14:44 -0500 Subject: [PATCH] Fix broken link and use proper branch name --- .github/workflows/docs.yml | 2 +- ctru-sys/README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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