diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-11 19:16:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 19:16:23 +0000 |
| commit | bfcbff3dae6ea92678549cc36ada5f0a8482797e (patch) | |
| tree | 77ba0ad2c4debad5c8290e750cd06046b8ae9b77 /.github/workflows/docs.yml | |
| parent | 9ffb5dd45e280ec8fba82558c8db38d36b7f4854 (diff) | |
| parent | 9b7f1ac30ce40ad42c0c5d0c44378f5436a22d10 (diff) | |
Merge #327
327: Small renaming fixes r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 297bff0..1b14aae 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,8 +46,8 @@ jobs: run: | td=$(mktemp -d) cp -r target/doc $td/api - linkchecker $td/api/rtfm/ - linkchecker $td/api/cortex_m_rtfm_macros/ + linkchecker $td/api/rtic/ + linkchecker $td/api/cortex_m_rtic_macros/ mdbook: runs-on: ubuntu-latest |
