diff --git a/core/commands/add.go b/core/commands/add.go index 2175354ccb1..1146b274e4f 100644 --- a/core/commands/add.go +++ b/core/commands/add.go @@ -183,7 +183,7 @@ You can now check what blocks have been created by: // nocopy -> filestoreEnabled 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 }