diff --git a/README.md b/README.md index 1cca476..f460bd3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ However, it's best to just search for the repo you are looking for in the main [ ## Issues, Questions and Support -If you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando). Note that this is the Slack community for [Lando](https://lando.dev) but we are more than happy to help with this module as well! +If you have a question or would like some community support we recommend you [join us on Slack](https://www.launchpass.com/devwithlando). Note that this is the Slack community for [Lando](https://lando.dev) but we are more than happy to help with this module as well! If you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/docs/issues/new/choose) in this repo. diff --git a/contrib/coder.md b/contrib/coder.md index 2189c36..cb47f2b 100644 --- a/contrib/coder.md +++ b/contrib/coder.md @@ -37,7 +37,7 @@ We are pretty [wild west](https://www.youtube.com/watch?v=_zXKtfKnfT8) on accept * Create branches named something like `ISSUE-NUMBER-BRIEF-DESCRIPTION` for example `35-ssh-agent-feature` * Create commit message named something like `#ISSUE-NUMBER: description` for example `#35: ensure socket is owned by you` -* [Associate your issue or issues with the PR](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) +* [Associate your issue or issues with the PR](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue) GitHub is able to do some magic with the above and provide better context around commits, issues, PRs and projects. diff --git a/contrib/index.md b/contrib/index.md index 6aa8695..9e16c81 100644 --- a/contrib/index.md +++ b/contrib/index.md @@ -82,12 +82,12 @@ If you don't already have a GitHub issue or two in mind you can go through them * [By maintainer projects](https://github.com/orgs/lando/projects) * [By individual repo](https://github.com/orgs/lando/repositories) -* [By all issues in the org](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Alando) +* [By all issues in the org](https://github.com/issues?q=is:open+is:issue+org:lando) If you don't see one you can also [create your own](https://github.com/lando/lando/issues/new/choose). However once you have an issue or two in mind you will want to do possibly both of the below: * **Label the issue with flag** - This will add it into the relevant contributor project board so a maintainer knows to discuss it in their next meeting. -* **Assign the issue to yourself** - If it's an issue you want to take on then [assign it](https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users) to yourself. +* **Assign the issue to yourself** - If it's an issue you want to take on then [assign it](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/assigning-issues-and-pull-requests-to-other-github-users) to yourself. If you cannot label or assign an issue then we probably need to invite you to collaborate. To do that jump in the `#contributors` channel in Slack, post your issue and indicate you want to self-assign it and a maintainer will send you an invite. diff --git a/contrib/sponsoring.md b/contrib/sponsoring.md index b3dbbc7..a13ece6 100644 --- a/contrib/sponsoring.md +++ b/contrib/sponsoring.md @@ -109,8 +109,8 @@ Our highest two tiers are fairly customizable based around your needs. If you wo We rely on third party sponsorship platforms to manage your sponsorship so you will want to terminate your sponsorship with them! For convenience, the relevant docs on how to do so for each of the platforms we support are shown below: -* [Cancel GitHub Sponsors Sponsorship](https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship) -* [Cancel Patreon Sponsorship](https://support.patreon.com/hc/en-us/articles/360000126286-How-to-edit-your-membership) +* [Cancel GitHub Sponsors Sponsorship](https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-github-sponsors/downgrading-a-sponsorship) +* [Cancel Patreon Sponsorship](https://support.patreon.com/hc/en-us/articles/360000126286-Changing-your-tier) * [Cancel OpenCollective Sponsorship](https://docs.opencollective.com/help/financial-contributors/organizations/organization-faq#can-i-cancel-or-change-my-contribution) ### How can I convince my boss or org to sponsor? diff --git a/guides/updating-to-rc2.md b/guides/updating-to-rc2.md index 5c05f6b..1ce822c 100644 --- a/guides/updating-to-rc2.md +++ b/guides/updating-to-rc2.md @@ -356,7 +356,7 @@ run: - if [ ! -z $LANDO_MOUNT ]; then do-stuff; fi ``` -Check out [this example](https://github.com/lando/core/tree/main/examples/services) which is tested on every build for some examples of new build step syntax. +Check out [theses examples](https://github.com/lando/core/tree/main/examples) which are tested on every build for some examples of new build step syntax. ## Global Environment Variables diff --git a/help/proxy.md b/help/proxy.md index 246c09b..7049705 100644 --- a/help/proxy.md +++ b/help/proxy.md @@ -30,6 +30,6 @@ It is also a good practice to `.gitignore` the `env` file so you can set `proxy` ## Potential Docker driven solutions -* https://docs.docker.com/config/daemon/systemd/ +* https://docs.docker.com/engine/daemon/proxy/ * https://www.cloudbees.com/blog/using-docker-behind-a-proxy -* https://docs.docker.com/network/proxy/ +* https://docs.docker.com/engine/cli/proxy/ diff --git a/netlify.toml b/netlify.toml index e99712f..62b5dd2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,7 +10,7 @@ [[context.deploy-preview.plugins]] package = "netlify-plugin-checklinks" [context.deploy-preview.plugins.inputs] - todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/" ] + todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "fragment-check", "docs.google.com/forms", "/v/" ] skipPatterns = [ ".rss", ".gif", ".jpg" ] checkExternal = true