Skip to content

Commit adc2424

Browse files
Fix broken link and use proper branch name
1 parent d4b3a29 commit adc2424

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
workflow_dispatch:
88

99
jobs:

ctru-sys/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
Raw Rust bindings over the [`libctru`](https://github.com/devkitPro/libctru) C library.
44

5-
Documentation for the latest devkitPro release can be found
6-
[here](https://rust3ds.github.io/crates/ctru_sys).
5+
Documentation for the latest devkitPro release
6+
[on Docker Hub](https://hub.docker.com/r/devkitpro/devkitarm/)
7+
can be found [here](https://rust3ds.github.io/ctru-rs/crates/ctru_sys).
78

89
## Requirements
910

0 commit comments

Comments
 (0)