Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revive link checker #682

Merged
merged 14 commits into from
Dec 15, 2023
7 changes: 4 additions & 3 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Check Links

on:
push:
branches:
- main
branches: [main]
pull_request:
branches: [main]

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
# links that are okay (http status returns 200) will not be shown
Expand Down
2 changes: 1 addition & 1 deletion syllabus/5-FRAME/2-FRAME_Basics/FRAME_Storage_Slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ More info in the docs...

### Read the StorageMap Docs for API

https://paritytech.github.io/substrate/master/frame_support/pallet_prelude/struct.StorageMap.html
https://paritytech.github.io/substrate/master/frame_support/storage/types/struct.StorageMap.html

---

Expand Down