Make sure docs URLs are linked in web docs

This commit is contained in:
Mislav Marohnić 2021-05-17 17:00:25 +02:00
parent 4b0b422eb5
commit eb35a3457c
2 changed files with 2 additions and 2 deletions

View file

@ -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)
}

View file

@ -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