Skip to content

Commit 08cd190

Browse files
committed
Fix link
1 parent 112117f commit 08cd190

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
2121
- name: Get changed files
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
npm install -g @umbrelladocs/linkspector
3838
echo "linkspector version: $(linkspector --version)"
39+
echo "changed files: ${{ steps.changed-files.outputs.changed_files }}"
3940
jq '{"files": $ARGS.positional}' --null-input --args ${{ steps.changed-files.outputs.changed_files }} > .linkspector.yml
4041
linkspector check --config .linkspector.yml
4142
- name: Install Zola

Diff for: content/news/050/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Want something mentioned in the next newsletter?
2424
[Send us a pull request][pr].
2525
Feel free to send PRs about your own projects!
2626

27-
[Rust]: https://rust-langfoobarbaz.org
27+
[Rust]: https://rust-lang.org
2828
[join]: https://github.com/rust-gamedev/wg#join-the-fun
2929
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
3030
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination

0 commit comments

Comments
 (0)