Skip to content

Commit

Permalink
docs: fix broken link to image (#11638)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Sep 8, 2021
1 parent 40d7d2c commit 357068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/key-concepts/automerge.md
Expand Up @@ -17,7 +17,7 @@ For example, if you have `jest` or `mocha` as a dependency, and it has an upgrad
If you have a linter like `eslint` or `tslint` and its update passes... automerge them!
If you have an API with 100% test coverage and `express` is updated... automerge it!

![Automerged PR](assets/images/automerged-pr.png)
![Automerged PR](/assets/images/automerged-pr.png)

## Configuration examples

Expand Down

0 comments on commit 357068d

Please sign in to comment.