diff --git a/website/contributing/bots-reference.md b/website/contributing/bots-reference.md index d314531ec10..73ea1deb9ca 100644 --- a/website/contributing/bots-reference.md +++ b/website/contributing/bots-reference.md @@ -4,7 +4,7 @@ title: Bots Reference ## pull-bot -This pull request linter bot performs basic sanity checks whenever a pull request is created. It might leave a comment on a pull request if it is unable to find a test plan or a changelog in the description, or if it notices that the pull request was not opened against the `main` branch. This bot uses [Danger](https://danger.systems), and its configuration can be found in the [`dangerfile.js`](https://github.com/facebook/react-native/blob/main/bots/dangerfile.js). +This pull request linter bot performs basic sanity checks whenever a pull request is created. It might leave a comment on a pull request if it is unable to find a test plan or a changelog in the description, or if it notices that the pull request was not opened against the `main` branch. This bot uses [Danger](https://danger.systems), and its configuration can be found in the [`dangerfile.js`](https://github.com/facebook/react-native/blob/main/packages/react-native-bots/dangerfile.js). ## analysis-bot