Skip to content

Commit

Permalink
update link to filestore experimental status
Browse files Browse the repository at this point in the history
According to ipfs#3397 (comment), 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>
  • Loading branch information
Leo Arias committed Jan 7, 2018
1 parent c1a488f commit 2ac86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2ac86ef

Please sign in to comment.