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

Fix broken link [ci skip] [changelog skip] (#2445)

This commit is contained in:
Jacob Herrington 2020-10-22 19:08:16 -05:00 committed by GitHub
parent cb870f882c
commit 9efa3aa2e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ bundle exec puma -C <path/to/config.rb> <path/to/rackup.ru>
```
As an example, using one of the test rack apps:
[`test/rackup/hello.ru`][rackup file], and one of the test config files:
[`test/rackup/hello.ru`][rackup], and one of the test config files:
[`test/config/settings.rb`][config], you would run the test app with:
```sh