From ddc908207df4839c5e7cc8f025b00f7f1b76e1d6 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 23 Oct 2019 10:19:12 -0700 Subject: [PATCH] Fix README.md link to logo.svg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4dc72327..cc29c39fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MinIO Quickstart Guide [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Go Report Card](https://goreportcard.com/badge/minio/minio)](https://goreportcard.com/report/minio/minio) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/minio.svg?maxAge=604800)](https://hub.docker.com/r/minio/minio/) -[![MinIO](.github/logo.svg)](https://min.io) +[![MinIO](https://github.com/minio/minio/blob/master/.github/logo.svg)](https://min.io) MinIO is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB.