Skip to content

Commit ef308fe

Browse files
committed
Use an alias for setDebug link
1 parent d800b6d commit ef308fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Branch {
8585
}
8686

8787
/*** RNBranch singleton methods ***/
88-
setDebug = () => { throw 'setDebug() is not supported in the RN SDK. For a solution in native code, please see https://rnbranch.app.link/hGj7E61EhD' }
88+
setDebug = () => { throw 'setDebug() is not supported in the RN SDK. For other solutions, please see https://rnbranch.app.link/setDebug' }
8989
getLatestReferringParams = RNBranch.getLatestReferringParams
9090
getFirstReferringParams = RNBranch.getFirstReferringParams
9191
setIdentity = (identity) => RNBranch.setIdentity(identity)

0 commit comments

Comments
 (0)