diff --git a/docs/gateway/README.md b/docs/gateway/README.md index 00922babf..31ffddfd4 100644 --- a/docs/gateway/README.md +++ b/docs/gateway/README.md @@ -19,7 +19,7 @@ minio gateway azure ## Test using Minio Browser Minio Gateway comes with an embedded web based object browser. Point your web browser to http://127.0.0.1:9000 ensure your server has started successfully. -![Screenshot](https://github.com/minio/minio/blob/master/docs/screenshots/minio-browser.jpg?raw=true) +![Screenshot](https://github.com/minio/minio/blob/master/docs/screenshots/minio-browser-gateway.png?raw=true) ## Test using Minio Client `mc` `mc` provides a modern alternative to UNIX commands such as ls, cat, cp, mirror, diff etc. It supports filesystems and Amazon S3 compatible cloud storage services. diff --git a/docs/screenshots/minio-browser-gateway.png b/docs/screenshots/minio-browser-gateway.png new file mode 100644 index 000000000..c5ea2bca6 Binary files /dev/null and b/docs/screenshots/minio-browser-gateway.png differ