From f32235aa08df21aa74f2c0a3c4d6f6cc40ea0ca1 Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Tue, 10 Mar 2020 12:52:01 -0600 Subject: [PATCH] Move docs to docs folder The docs were just hanging out in the top level repo and we thought it'd be nicer to start to organize them together. --- README.md | 2 +- releasing.md => docs/releasing.md | 0 source.md => docs/source.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename releasing.md => docs/releasing.md (100%) rename source.md => docs/source.md (100%) diff --git a/README.md b/README.md index e9aaef7ec..5c6fe6edb 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ $ yay -S github-cli Install a prebuilt binary from the [releases page][] -### [Build from source](/source.md) +### [Build from source](/docs/source.md) [docs]: https://cli.github.com/manual [scoop]: https://scoop.sh diff --git a/releasing.md b/docs/releasing.md similarity index 100% rename from releasing.md rename to docs/releasing.md diff --git a/source.md b/docs/source.md similarity index 100% rename from source.md rename to docs/source.md