We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b3a29 commit adc2424Copy full SHA for adc2424
.github/workflows/docs.yml
@@ -3,7 +3,7 @@ name: GitHub Pages
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
workflow_dispatch:
8
9
jobs:
ctru-sys/README.md
@@ -2,8 +2,9 @@
2
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
10
0 commit comments