From 2ac86ef739d04c3c6cb5b48115c435597361cf07 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 708d2d097..549708a3c 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 }