Skip to content

Commit e33e87a

Browse files
committed
docs(developing): Fix entr link
1 parent 9bf7a2a commit e33e87a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/developing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ via [pytest-watcher] (works out of the box):
123123
$ make start
124124
```
125125

126-
via [entr(1)] (requires installation):
126+
via [`entr(1)`] (requires installation):
127127

128128
```console
129129
$ make watch_test
@@ -249,7 +249,7 @@ You can re-run tests automatically on file edit.
249249

250250
:::{note}
251251

252-
This requires `entr(1)`.
252+
This requires [`entr(1)`].
253253

254254
:::
255255

@@ -349,6 +349,7 @@ the [gh build site].
349349

350350
[py.test usage argument]: https://pytest.org/latest/usage.html
351351
[entr]: http://entrproject.org/
352+
[`entr(1)`]: http://entrproject.org/
352353
[github actions]: https://github.com/features/actions
353354
[gh build site]: https://github.com/tmux-python/tmuxp/actions?query=workflow%3Atests
354355
[.github/workflows/tests.yml]: https://github.com/tmux-python/tmuxp/blob/master/.github/workflows/tests.yml

0 commit comments

Comments
 (0)