Browse Source

Fix broken link and use proper branch name

pull/146/head
Ian Chamberlain 1 year ago
parent
commit
adc242486f
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 2
      .github/workflows/docs.yml
  2. 5
      ctru-sys/README.md

2
.github/workflows/docs.yml

@ -3,7 +3,7 @@ name: GitHub Pages @@ -3,7 +3,7 @@ name: GitHub Pages
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:

5
ctru-sys/README.md

@ -2,8 +2,9 @@ @@ -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

Loading…
Cancel
Save