@cryptotaxi247 / kubo / commits / 2ac86ef73

update link to filestore experimental status

According to https://github.com/ipfs/go-ipfs/issues/3397#issuecomment-317256365, the status of experimental features is now tracked in a file in the repo, not in an issue. License: MIT Signed-off-by: Leo Arias <leo.arias@canonical.com>

Leo Arias committed Jan 7, 2018 at 17:08 UTC 2ac86ef739d04c3c6cb5b48115c435597361cf07
1 file changed +1 -1
core/commands/add.go
+1 -1
@@ -195,7 +195,7 @@ You can now check what blocks have been created by:
195 hashFunStr, hfset, _ := req.Option(hashOptionName).String()
196
197 if nocopy && !cfg.Experimental.FilestoreEnabled {
198 - res.SetError(errors.New("filestore is not enabled, see https://git.io/vy4XN"),
198 + res.SetError(errors.New("filestore is not enabled, see https://git.io/vNItf"),
199 cmdkit.ErrClient)
200 return
201 }