diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 897a3d2..7dc0a81 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: hooks: - id: markdownlint name: Run markdownlint - entry: markdownlint --fix -c .github/linters/.markdown-lint.yml . + args: [--config=.github/linters/.markdown-lint.yml] exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$ - repo: https://github.com/tcort/markdown-link-check rev: v3.12.2 @@ -48,11 +48,6 @@ repos: - id: markdown-link-check args: ["-q", "-c", ".markdown-link-check.json"] files: ^(?!.*(network|blog|index)\.md$).*\.md$ - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 - hooks: - - id: prettier - exclude: \.html$|^_site/.*$ - repo: https://github.com/adrienverge/yamllint rev: v1.35.1 hooks: diff --git a/_networks/jbampton.md b/_networks/jbampton.md index fd96528..f3efdd4 100644 --- a/_networks/jbampton.md +++ b/_networks/jbampton.md @@ -26,7 +26,7 @@ irb(main):003:0> exit RobyGems@Universe~ $ ``` -You can read up more on [Interactive Ruby shell](https://ruby-doc.org/stdlib-3.0.0/libdoc/irb/rdoc/IRB.html) or irb [here](https://en.wikipedia.org/wiki/Interactive_Ruby_Shell) +You can read up more on [Interactive Ruby shell](https://ruby-doc.org/stdlib-3.0.0/libdoc/irb/rdoc/IRB.html) or irb [here](https://github.com/ruby/irb) If you have Ruby installed you can run: