Skip to content

Commit

Permalink
chexlinx5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Feb 9, 2024
1 parent dc49c9a commit d51dd42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Lando has a distributed model and is powered by over [50 repos](https://github.c

## Good First Issues

Once you are set up and ready to contribute, a good place to start is with issues tagged as [good first issue](https://github.com/lando/lando/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). Peruse the list and see if one or more of those issues is a good fit for you.
Once you are set up and ready to contribute, a good place to start is with issues tagged as [good first issue](https://github.com/lando/lando/issues?q=is:open+is:issue+label:%22good+first+issue%22). Peruse the list and see if one or more of those issues is a good fit for you.

If you are having issues with any of the above or need some guidance from one of our guide pros, make sure you [join our Slack org](https://www.launchpass.com/devwithlando) and check out the **#community** and/or **#contributors** channels.

Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
[[plugins]]
package = "netlify-plugin-checklinks"
[plugins.inputs]
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "yargs.js.org" ]
skipPatterns = [ ".rss", ".gif", ".jpg" , "https://github.com/lando/docs/edit"]
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "https://yargs.js.org/docs" ]
skipPatterns = [ ".rss", ".gif", ".jpg" , "https://github.com/lando/docs/edit", "https://yargs.js.org/docs", "https://support.patreon.com" ]
checkExternal = true

# REDIRECTS
Expand Down

0 comments on commit d51dd42

Please sign in to comment.