mirror of https://github.com/minio/minio.git
screenshot: Use the full path to the screenshot when embedding images (#2239)
This commit is contained in:
parent
2e8360120d
commit
e8155abc18
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue