Skip to content

Commit 232ad2a

Browse files
committed
Fix up link
1 parent e9f7459 commit 232ad2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cmd/extension/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pkg/cmd/extension/command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)