diff --git a/contrib/coder.md b/contrib/coder.md index f98492a..d942140 100644 --- a/contrib/coder.md +++ b/contrib/coder.md @@ -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. diff --git a/netlify.toml b/netlify.toml index aa2976a..78d8064 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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