diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e4197539522..129cbb844e8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -29,7 +29,7 @@ Feel free to open an issue to report a bug or request a feature. 6. Open a pull request against `develop` and make sure the title follows the same format as the commit message. 7. If needed, create a changeset to populate our changelog - If you don't have the Github CLI installed or need to update it (you need GH CLI 2.21.0 or greater), - - install it via `brew`: https://cli.github.com/manual/installation or upgrade with `brew upgrade gh` + - install it via `brew`: https://github.com/cli/cli#installation or upgrade with `brew upgrade gh` - Once installed, run `gh repo set-default` and pick `linode/manager` (only > 2.21.0) - You can also just create the changeset manually, in this case make sure to use the proper formatting for it. - Run `yarn changeset`from the root, choose the package to create a changeset for, and provide a description for the change. diff --git a/packages/manager/.changeset/pr-10657-fixed-1720475119486.md b/packages/manager/.changeset/pr-10657-fixed-1720475119486.md new file mode 100644 index 00000000000..56b96bcb2ea --- /dev/null +++ b/packages/manager/.changeset/pr-10657-fixed-1720475119486.md @@ -0,0 +1,5 @@ +--- +"@linode/manager": Fixed +--- + +Github CLI install link in Contributing guide ([#10657](https://github.com/linode/manager/pull/10657))