Merge pull request #4557 from elopio/patch-1

update link to filestore experimental status
This commit is contained in:
Whyrusleeping 2018-02-14 12:31:53 -08:00 committed by GitHub
commit 10b96a39de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ You can now check what blocks have been created by:
// nocopy -> filestoreEnabled
if nocopy && !cfg.Experimental.FilestoreEnabled {
res.SetError(errors.New("filestore is not enabled, see https://git.io/vy4XN"),
res.SetError(errors.New("filestore is not enabled, see https://git.io/vNItf"),
cmdkit.ErrClient)
return
}