diff --git a/manifest.go b/manifest.go index 689dd7d41..66753788f 100644 --- a/manifest.go +++ b/manifest.go @@ -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) }