Skip to content

Commit

Permalink
Merge pull request #897 from ydah/update-url
Browse files Browse the repository at this point in the history
Update links that make use of deprecated git.io
  • Loading branch information
koic committed Apr 27, 2022
2 parents e126223 + b231d0b commit f04159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spell_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
- name: Misspell
run: ./misspell -error

0 comments on commit f04159a

Please sign in to comment.