Fix up link
This commit is contained in:
parent
e9f7459ce2
commit
232ad2a67c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
`),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue