Skip to content

Commit

Permalink
fixup! feat: add deeplinks to our documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
blakef committed Mar 17, 2023
1 parent ab21873 commit b98efe0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/cli-doctor/src/tools/healthchecks/ruby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,11 @@ export default {

logManualInstallation({
healthcheck: 'Ruby',
url: link.docs('environment-setup', 'ruby'),
url: link.docs('environment-setup', {
hash: 'ruby',
guide: 'native',
platform: 'ios',
}),
});
},
} as HealthCheckInterface;

0 comments on commit b98efe0

Please sign in to comment.