fastlane/lib/fastlane/actions/docs/run_tests.md in fastlane-2.210.1 vs fastlane/lib/fastlane/actions/docs/run_tests.md in fastlane-2.211.0

- old
+ new

@@ -98,10 +98,10 @@ ```no-highlight fastlane scan --workspace "Example.xcworkspace" --scheme "AppName" --device "iPhone 6" --clean ``` -If you need to use a different Xcode install, use `xcode-select` or define `DEVELOPER_DIR`: +If you need to use a different Xcode install, use `[xcodes](https://docs.fastlane.tools/actions/xcodes)` or define `DEVELOPER_DIR`: ```no-highlight DEVELOPER_DIR="/Applications/Xcode6.2.app" scan ```