Fix up link

This commit is contained in:
Sam Coe 2021-08-19 13:41:26 -07:00
parent e9f7459ce2
commit 232ad2a67c
No known key found for this signature in database
GPG key ID: 8E322C20F811D086
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
return err
}
if io.IsStdoutTTY() {
link := "https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions"
link := "https://docs.github.com/github-cli/github-cli/creating-github-cli-extensions"
cs := io.ColorScheme()
out := heredoc.Docf(`
%[1]s Created directory %[2]s

View file

@ -187,7 +187,7 @@ func TestNewCmdExtension(t *testing.T) {
Publish to GitHub with: gh repo create gh-test
For more information on writing extensions: https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions
For more information on writing extensions: https://docs.github.com/github-cli/github-cli/creating-github-cli-extensions
`),
},
{