|
4 | 4 |
|
5 | 5 |  |
6 | 6 |
|
7 | | -## Availability |
8 | | - |
9 | | -GitHub CLI is available for repositories hosted on GitHub.com and GitHub Enterprise Server 2.20+, and to install on macOS, Windows, and Linux. |
10 | | - |
| 7 | +GitHub CLI is available for repositories hosted on GitHub.com and GitHub Enterprise Server 2.20+, and to install on macOS, Windows, and Linux. |
11 | 8 |
|
12 | 9 | ## Documentation |
13 | 10 |
|
14 | | -Read the [official docs][] for usage and more information. |
15 | | - |
16 | | - |
17 | | - |
18 | | -## We want your feedback |
| 11 | +[See the manual][manual] for setup and usage instructions. |
19 | 12 |
|
20 | | -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 check out the [contributing page][]. |
| 13 | +## Contributing |
21 | 14 |
|
| 15 | +If anything feels off, or if you feel that some functionality is missing, please check out the [contributing page][contributing]. We'd love to hear your feedback! |
22 | 16 |
|
23 | 17 |
|
24 | 18 | <!-- this anchor is linked to from elsewhere, so avoid renaming it --> |
@@ -92,13 +86,13 @@ tools bring GitHub to the terminal, `hub` behaves as a proxy to `git`, and `gh` |
92 | 86 | tool. Check out our [more detailed explanation][gh-vs-hub] to learn more. |
93 | 87 |
|
94 | 88 |
|
95 | | -[official docs]: https://cli.github.com/manual |
| 89 | +[manual]: https://cli.github.com/manual/ |
96 | 90 | [Homebrew]: https://brew.sh |
97 | 91 | [MacPorts]: https://www.macports.org |
98 | 92 | [scoop]: https://scoop.sh |
99 | 93 | [Chocolatey]: https://chocolatey.org |
100 | 94 | [releases page]: https://github.com/cli/cli/releases/latest |
101 | 95 | [hub]: https://github.com/github/hub |
102 | | -[contributing page]: https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md |
| 96 | +[contributing]: ./.github/CONTRIBUTING.md |
103 | 97 | [gh-vs-hub]: ./docs/gh-vs-hub.md |
104 | 98 | [build from source]: ./docs/source.md |
0 commit comments