From 7ae474549197f1b3868275801c7d13f74a54b83e Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Sun, 7 Jan 2018 17:08:50 -0600 Subject: [PATCH] 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 --- core/commands/add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/add.go b/core/commands/add.go index 708d2d097f90..549708a3c0f8 100644 --- a/core/commands/add.go +++ b/core/commands/add.go @@ -195,7 +195,7 @@ You can now check what blocks have been created by: hashFunStr, hfset, _ := req.Option(hashOptionName).String() 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 }