Updates Rack specification link (#2378)

This commit is contained in:
Jonathan Thom 2020-09-22 20:13:37 -07:00 committed by GitHub
parent a7349097c8
commit 3cb00a6b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,6 +148,6 @@ check](https://github.com/puma/puma/pull/1991).
Puma can be a bit intimidating for your first contribution because there's a lot of concepts here that you've probably never had to think about before - Rack, sockets, forking, threads etc. Here are some helpful links for learning more about things related to Puma:
* [Puma's Architecture docs](https://github.com/puma/puma/blob/master/docs/architecture.md)
* [The Rack specification](https://www.rubydoc.info/github/rack/rack/file/SPEC)
* [The Rack specification](https://github.com/rack/rack/blob/master/SPEC.rdoc)
* The Ruby docs for IO.pipe, TCPServer/Socket.
* [nio4r documentation](https://github.com/socketry/nio4r/wiki/Getting-Started)