Skip to content

Commit 22968fa

Browse files
authored
Add linkcheck (#743)
* Add linkcheck * Fix
1 parent a70d9b9 commit 22968fa

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ jobs:
4848
with:
4949
ignore_words_file: .codespellignore
5050

51+
linkcheck:
52+
name: Markdown Link Check
53+
runs-on: ubuntu-latest
54+
continue-on-error: true
55+
steps:
56+
- uses: actions/checkout@v3
57+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
58+
with:
59+
folder-path: "docs/en/src"
60+
5161
test:
5262
name: Test Suite
5363
runs-on: ${{ matrix.os }}

docs/en/src/upgrade-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@ Else do the following:
501501
[3]: https://github.com/sayanarijit/xplr/releases/tag/v0.14.7
502502
[4]: https://github.com/sayanarijit/xplr/pull/229#issue-662426960
503503
[6]: https://github.com/sayanarijit/xplr/releases/tag/v0.12.1
504-
[7]: https://docs.rs/xplr/latest/xplr/app/enum.ExternalMsg.html#variant.CallLua
505-
[8]: https://docs.rs/xplr/latest/xplr/app/enum.ExternalMsg.html#variant.CallLuaSilently
506-
[9]: https://docs.rs/xplr/latest/xplr/app/struct.CallLuaArg.html
504+
[7]: messages.md#calllua
505+
[8]: messages.md#callluasilently
506+
[9]: lua-function-calls.md#lua-context
507507
[10]: https://docs.rs/xplr/latest/xplr/app/struct.App.html
508508
[11]: https://github.com/sayanarijit/xplr/releases/tag/v0.11.1
509509
[12]: https://github.com/sayanarijit/xplr/releases/tag/v0.10.2

0 commit comments

Comments
 (0)