Skip to content

Commit 8049c76

Browse files
author
Leo Arias
authored
update link to filestore experimental status
According to #3397 (comment), the status of experimental features is now tracked in a file in the repo, not in an issue.
1 parent c1a488f commit 8049c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commands/add.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ You can now check what blocks have been created by:
195195
hashFunStr, hfset, _ := req.Option(hashOptionName).String()
196196

197197
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"),
199199
cmdkit.ErrClient)
200200
return
201201
}

0 commit comments

Comments
 (0)