mirror of
https://github.com/restic/restic.git
synced 2024-12-23 08:16:36 +00:00
Fix Minio Server URL
The previous link gave a 404
This commit is contained in:
parent
90bc187355
commit
12ed2f65e3
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ only available via HTTP, you can specify the URL to the server like this:
|
|||
|
||||
### Pre-Requisites
|
||||
|
||||
* Download and Install [Minio Server](https://minio.io/download/).
|
||||
* Download and Install [Minio Server](https://minio.io/downloads/#minio-server).
|
||||
* You can also refer to [https://docs.minio.io](https://docs.minio.io) for step by step guidance on installation and getting started on Minio Client and Minio Server.
|
||||
|
||||
You must first setup the following environment variables with the credentials of your running Minio Server.
|
||||
|
|
Loading…
Reference in a new issue