1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

better link for signal docs

This commit is contained in:
Kyle Drake 2016-03-30 15:21:07 -07:00
parent b6b38e9f5c
commit fd709ddc1b

View file

@ -265,8 +265,7 @@ Puma cluster responds to these signals:
- `INT` equivalent of sending Ctrl-C to cluster. Will attempt to finish then exit.
- `CHLD`
A detailed guide to using UNIX signals with Puma can be found [here](https://github.com/puma/puma/blob/master/docs/signals.md)
A detailed guide to using UNIX signals with Puma can be found in the [signals documentation](https://github.com/puma/puma/blob/master/docs/signals.md).
### Release Directory