From f365f2fa572cf16bb28e722339289ce7b6534da2 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 11 May 2016 12:46:27 -0400 Subject: [PATCH] Group documentation in a docs/ directory (#405) Signed-off-by: Juan Cruz Viotti --- README.md | 2 +- CONTRIBUTING.md => docs/CONTRIBUTING.md | 0 PUBLISHING.md => docs/PUBLISHING.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTING.md => docs/CONTRIBUTING.md (100%) rename PUBLISHING.md => docs/PUBLISHING.md (100%) diff --git a/README.md b/README.md index 72ee9aef..9939887c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Etcher is a powerful OS image flasher built with web technologies to ensure flas *** -[**Download**](http://etcher.io) | [**Support**](https://github.com/resin-io/etcher/blob/master/SUPPORT.md) | [**Contributing**](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/etcher-cli) +[**Download**](http://etcher.io) | [**Support**](https://github.com/resin-io/etcher/blob/master/SUPPORT.md) | [**Contributing**](https://github.com/resin-io/etcher/blob/master/docs/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/etcher-cli) ![Etcher](https://raw.githubusercontent.com/resin-io/etcher/master/screenshot.png) diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to docs/CONTRIBUTING.md diff --git a/PUBLISHING.md b/docs/PUBLISHING.md similarity index 100% rename from PUBLISHING.md rename to docs/PUBLISHING.md