Skip to content

Commit 3e5a8cb

Browse files
authored
update docs link in error message (#2170)
**Description** Update docs link in error message **Checklist** - [X] Code compiles correctly and linting passes locally
1 parent c73509d commit 3e5a8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ func ReplayManifestFile(fp *os.File, extMagic uint16) (Manifest, int64, error) {
369369
return Manifest{}, 0,
370370
//nolint:lll
371371
fmt.Errorf("manifest has unsupported version: %d (we support %d).\n"+
372-
"Please see https://dgraph.io/docs/badger/faq/#i-see-manifest-has-unsupported-version-x-we-support-y-error"+
372+
"Please see https://docs.hypermode.com/badger/troubleshooting#i-see-manifest-has-unsupported-version-x-we-support-y-error"+
373373
" on how to fix this.",
374374
version, badgerMagicVersion)
375375
}

0 commit comments

Comments
 (0)