X Tutup
Skip to content

Commit eb35a34

Browse files
committed
Make sure docs URLs are linked in web docs
1 parent 4b0b422 commit eb35a34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cmd/actions/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func actionsExplainer(cs *iostreams.ColorScheme) string {
6767
To see more help, run 'gh help workflow <subcommand>'
6868
6969
For more in depth help including examples, see online documentation at:
70-
https://docs.github.com/en/actions/guides/managing-github-actions-with-github-cli
70+
<https://docs.github.com/en/actions/guides/managing-github-actions-with-github-cli>
7171
`, header, runHeader, workflowHeader)
7272
}
7373

pkg/cmd/completion/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func NewCmdCompletion(io *iostreams.IOStreams) *cobra.Command {
2121
2222
When installing GitHub CLI through a package manager, it's possible that
2323
no additional shell configuration is necessary to gain completion support. For
24-
Homebrew, see https://docs.brew.sh/Shell-Completion
24+
Homebrew, see <https://docs.brew.sh/Shell-Completion>
2525
2626
If you need to set up completions manually, follow the instructions below. The exact
2727
config file locations might vary based on your system. Make sure to restart your

0 commit comments

Comments
 (0)
X Tutup