Skip to content

Commit

Permalink
docs: Update README_LINK in optional-checks.js (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
soudai-s committed Sep 18, 2024
1 parent ff2bdb4 commit e7095d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/doctor/optional-checks.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const optionalIdbCheck = new OptionalIdbCommandCheck();

/** @satisfies {import('@appium/types').IDoctorCheck} */
export class OptionalApplesimutilsCommandCheck {
README_LINK = 'https://github.com/appium/appium-xcuitest-driver/blob/master/docs/execute-methods.md#mobile-setpermission';
README_LINK = 'https://github.com/appium/appium-xcuitest-driver/blob/master/docs/reference/execute-methods.md#mobile-setpermission';

async diagnose() {
const applesimutilsPath = await resolveExecutablePath('applesimutils');
Expand Down

0 comments on commit e7095d5

Please sign in to comment.