Skip to content

Commit b231d0b

Browse files
committed
Update links that make use of deprecated git.io
https://github.blog/changelog/2022-04-25-git-io-deprecation/
1 parent e126223 commit b231d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell_checking.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: Install
31-
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
31+
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
3232
- name: Misspell
3333
run: ./misspell -error

0 commit comments

Comments
 (0)