diff --git a/scripts/xcode/with-environment.sh b/scripts/xcode/with-environment.sh index 938ded3f153a..67446a8362eb 100755 --- a/scripts/xcode/with-environment.sh +++ b/scripts/xcode/with-environment.sh @@ -37,7 +37,7 @@ else "echo 'export NODE_BINARY=$(command -v node)' > .xcode.env " \ "in the ios folder. This is needed by React Native to work correctly. " \ "We fallback to the DEPRECATED behavior of finding `node`. This will be REMOVED in a future version. " \ - "You can read more about this here: " >&2 + "You can read more about this here: https://reactnative.dev/docs/environment-setup#optional-configuring-your-environment" >&2 source "../find-node-for-xcode.sh" fi