File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
154154 return err
155155 }
156156 if io .IsStdoutTTY () {
157- link := "https://docs.github.com/en/ github-cli/github-cli/creating-github-cli-extensions"
157+ link := "https://docs.github.com/github-cli/github-cli/creating-github-cli-extensions"
158158 cs := io .ColorScheme ()
159159 out := heredoc .Docf (`
160160 %[1]s Created directory %[2]s
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ func TestNewCmdExtension(t *testing.T) {
187187
188188 Publish to GitHub with: gh repo create gh-test
189189
190- For more information on writing extensions: https://docs.github.com/en/ github-cli/github-cli/creating-github-cli-extensions
190+ For more information on writing extensions: https://docs.github.com/github-cli/github-cli/creating-github-cli-extensions
191191 ` ),
192192 },
193193 {
You can’t perform that action at this time.
0 commit comments