Skip to content

Commit

Permalink
update docs link in error message (#2170)
Browse files Browse the repository at this point in the history
**Description**

Update docs link in error message

**Checklist**

- [X] Code compiles correctly and linting passes locally
  • Loading branch information
ryanfoxtyler authored Feb 14, 2025
1 parent c73509d commit 3e5a8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ func ReplayManifestFile(fp *os.File, extMagic uint16) (Manifest, int64, error) {
return Manifest{}, 0,
//nolint:lll
fmt.Errorf("manifest has unsupported version: %d (we support %d).\n"+
"Please see https://dgraph.io/docs/badger/faq/#i-see-manifest-has-unsupported-version-x-we-support-y-error"+
"Please see https://docs.hypermode.com/badger/troubleshooting#i-see-manifest-has-unsupported-version-x-we-support-y-error"+
" on how to fix this.",
version, badgerMagicVersion)
}
Expand Down

0 comments on commit 3e5a8cb

Please sign in to comment.