From e8155abc186d8a8cf8c61f501f8aa6421061b5fd Mon Sep 17 00:00:00 2001 From: Dee Koder Date: Tue, 19 Jul 2016 17:48:18 -0700 Subject: [PATCH] screenshot: Use the full path to the screenshot when embedding images (#2239) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b60a35bd..405a28fb8 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Object API (Amazon S3 compatible): ## 3. Test Minio Server using Minio Browser Open a web browser and navigate to http://127.0.0.1:9000 to view your buckets on minio server. -![Screenshot](./Minio_Browser.png) +![Screenshot](https://raw.githubusercontent.com/minio/minio/master/Minio_Browser.png) ## 4. Test Minio Server using `mc`