From 885bac330bd85621f90a4f3f65b6de65248aa16c Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 22 Oct 2016 03:31:21 +0100 Subject: [PATCH] Added a "catch all" documentation link (#3038) This should help guide other newbies ;) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 763022f12..885df8b50 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Minio Server comes with an embedded web based object browser. Point your web bro - [Use `aws-cli` with Minio Server](https://docs.minio.io/docs/aws-cli-with-minio) - [Use `s3cmd` with Minio Server](https://docs.minio.io/docs/s3cmd-with-minio) - [Use `minio-go` SDK with Minio Server](https://docs.minio.io/docs/golang-client-quickstart-guide) +- [The Minio documentation website](https://docs.minio.io) ## Contribute to Minio Project Please follow Minio [Contributor's Guide](https://github.com/minio/minio/blob/master/CONTRIBUTING.md)