X Tutup
Skip to content

Commit a8add83

Browse files
author
Sam Coe
committed
Address PR feedback and link cleanup
1 parent a3eb099 commit a8add83

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ the terminal next to where you are already working with `git` and your code.
99

1010
While in beta, GitHub CLI is available for repos hosted on GitHub.com only. It currently does not support repositories hosted on GitHub Enterprise Server or other hosting providers. We are planning on adding support for GitHub Enterprise Server after GitHub CLI is out of beta (likely towards the end of 2020), and we want to ensure that the API endpoints we use are more widely available for GHES versions that most GitHub customers are on.
1111

12-
## Feedback
12+
## We want your feedback
1313

14-
We love to hear feedback about `gh`. If you spot bugs or have features that you'd really like to see in `gh`, please check out the [contributing page][].
14+
We'd love to hear your feedback about `gh`. If you spot bugs or have features that you'd really like to see in `gh`, please open an [issue][] and check out the [contributing page][].
1515

1616
## Usage
1717

@@ -23,14 +23,14 @@ We love to hear feedback about `gh`. If you spot bugs or have features that you'
2323

2424
## Documentation
2525

26-
Read the [official docs](https://cli.github.com/manual/) for more information.
26+
Read the [official docs][] for more information.
2727

2828
## Comparison with hub
2929

3030
For many years, [hub][] was the unofficial GitHub CLI tool. `gh` is a new project that helps us explore
3131
what an official GitHub CLI tool can look like with a fundamentally different design. While both
3232
tools bring GitHub to the terminal, `hub` behaves as a proxy to `git`, and `gh` is a standalone
33-
tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn more.
33+
tool. Check out our [more detailed explanation][] to learn more.
3434

3535

3636
<!-- this anchor is linked to from elsewhere, so avoid renaming it -->
@@ -135,7 +135,7 @@ Install and upgrade:
135135

136136
### Arch Linux
137137

138-
Arch Linux users can install from the [community repo](https://www.archlinux.org/packages/community/x86_64/github-cli/):
138+
Arch Linux users can install from the [community repo][]:
139139

140140
```bash
141141
pacman -S github-cli
@@ -155,11 +155,15 @@ Download packaged binaries from the [releases page][].
155155

156156
### Build from source
157157

158-
See here on how to [build GitHub CLI from source](/docs/source.md).
158+
See here on how to [build GitHub CLI from source][].
159159

160-
[docs]: https://cli.github.com/manual
160+
[official docs]: https://cli.github.com/manual
161161
[scoop]: https://scoop.sh
162162
[Chocolatey]: https://chocolatey.org
163163
[releases page]: https://github.com/cli/cli/releases/latest
164164
[hub]: https://github.com/github/hub
165165
[contributing page]: https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md
166+
[issue]: https://github.com/cli/cli/issues/new/choose
167+
[more detailed explanation]: /docs/gh-vs-hub.md
168+
[community repo]: https://www.archlinux.org/packages/community/x86_64/github-cli/
169+
[build GitHub CLI from source]: /docs/source.md

0 commit comments

Comments
 (0)
X Tutup