Skip to content

Commit a195122

Browse files
authored
Fix markdown link syntax for GPG documentation
Also updating the source link that had bad syntax of []() instead of [][]
1 parent 6218203 commit a195122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs/reviewing_pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ git push origin master
8383
git branch -d temp
8484
```
8585

86-
GitHub has some [docs available](gpg) to help you configuring GPG for git.
86+
GitHub has some [docs available][gpg] to help you configuring GPG for git.
8787
It's also good practice to automatically sign every commit. You can enable that
8888
with:
8989

0 commit comments

Comments
 (0)