diff --git a/core/commands/add.go b/core/commands/add.go index 708d2d097f9..549708a3c0f 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 }