Skip to content

Commit 5aaea54

Browse files
authored
Fix: rst formatting for links
1 parent 2622b4c commit 5aaea54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Automated static code analysis with pre-commit git hooks
22
========================================================
33

4-
This repository demonstrates the usage of [git hooks for
5-
syntax-checking](https://medium.com/@david_28274/automated-pre-commit-code-checks-with-and-without-docker-b4a6ccf249ce) Ansible playbooks before they are committed.
4+
This repository demonstrates the usage of `git hooks for
5+
syntax-checking <https://medium.com/@david_28274/automated-pre-commit-code-checks-with-and-without-docker-b4a6ccf249ce>`_ Ansible playbooks before they are committed.
66

77
The example pre-commit hook script in `src/nodocker` runs an `ansible-playbook --check`
88
command for each playbook that has been added or modified since the last commit.
@@ -25,7 +25,7 @@ If the check succeeds, the editor for entering
2525
your commit message will be opened and you can
2626
finish the commit.
2727

28-
Still confused? I don't blame you. Maybe my [the article I wrote about this topic](https://medium.com/@david_28274/automated-pre-commit-code-checks-with-and-without-docker-b4a6ccf249ce) will help:
28+
Still confused? I don't blame you. Maybe my `the article I wrote about this topic <https://medium.com/@david_28274/automated-pre-commit-code-checks-with-and-without-docker-b4a6ccf249ce>`_ will help:
2929

3030
Installing a pre-commit git hook
3131
================================

0 commit comments

Comments
 (0)