Skip to content

Commit f9299b7

Browse files
authored
Merge pull request #305 from unixorn/fix-bad-link
spf13.com doesn't resolve
2 parents 78c7fe0 + 9395c72 commit f9299b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
VALIDATE_ALL_CODEBASE: false
5555
DEFAULT_BRANCH: main
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
57+
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL,SPELL_LYCHEE,REPOSITORY_DEVSKIM
5858
ACTION_ACTIONLINT_DISABLE_ERRORS: true
5959
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
6060
REPOSITORY_KICS_DISABLE_ERRORS: true

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Then you can tag working versions, pull from upstream for testing, and if the up
512512

513513
### Vim
514514

515-
If you're using vim, [spf13](http://vim.spf13.com/) is an excellent starter configuration and plugin collection.
515+
If you're using vim, [spf13](https://github.com/spf13/spf13-vim) is an excellent starter configuration and plugin collection.
516516

517517
## Thanks
518518

0 commit comments

Comments
 (0)