From 123f469e58707af1d58d3e6a90b8e5e9ed6ec7ab Mon Sep 17 00:00:00 2001 From: Jeremy Coghill Date: Fri, 25 Sep 2020 20:47:21 -0400 Subject: [PATCH] Fix links to files in the docs directory --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4435498a0..30f562359 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ We'd love to hear your feedback about `gh`. If you spot bugs or have features th ### Linux -See [Linux installation docs](/docs/install_linux.md). +See [Linux installation docs](./docs/install_linux.md). ### Windows @@ -98,5 +98,5 @@ tool. Check out our [more detailed explanation][gh-vs-hub] to learn more. [releases page]: https://github.com/cli/cli/releases/latest [hub]: https://github.com/github/hub [contributing page]: https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md -[gh-vs-hub]: /docs/gh-vs-hub.md -[build from source]: /docs/source.md +[gh-vs-hub]: ./docs/gh-vs-hub.md +[build from source]: ./docs/source.md