Make sure docs URLs are linked in web docs
This commit is contained in:
parent
4b0b422eb5
commit
eb35a3457c
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ func actionsExplainer(cs *iostreams.ColorScheme) string {
|
|||
To see more help, run 'gh help workflow <subcommand>'
|
||||
|
||||
For more in depth help including examples, see online documentation at:
|
||||
https://docs.github.com/en/actions/guides/managing-github-actions-with-github-cli
|
||||
<https://docs.github.com/en/actions/guides/managing-github-actions-with-github-cli>
|
||||
`, header, runHeader, workflowHeader)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ func NewCmdCompletion(io *iostreams.IOStreams) *cobra.Command {
|
|||
|
||||
When installing GitHub CLI through a package manager, it's possible that
|
||||
no additional shell configuration is necessary to gain completion support. For
|
||||
Homebrew, see https://docs.brew.sh/Shell-Completion
|
||||
Homebrew, see <https://docs.brew.sh/Shell-Completion>
|
||||
|
||||
If you need to set up completions manually, follow the instructions below. The exact
|
||||
config file locations might vary based on your system. Make sure to restart your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue