File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h2>Overview</h2>
5454provide some kind of service to other applications, such as authentication,
5555file uploads, request isolation, or multiplexing.</ p >
5656
57- < p > WSAPI's main influence is Ruby's < a href ="http ://rack.rubyforge.org/ "> Rack</ a > framework, but it was
57+ < p > WSAPI's main influence is Ruby's < a href ="https ://github.com/rack/rack "> Rack</ a > framework, but it was
5858also influenced by Python's < a href ="http://wsgi.org/wsgi "> WSGI</ a > (PEP 333). It's not a direct
5959clone of either of them, though, and tries to follow standard Lua idioms.</ p >
6060
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and output buffering. You can also write applications that act as filters that
99provide some kind of service to other applications, such as authentication,
1010file uploads, request isolation, or multiplexing.
1111
12- WSAPI's main influence is Ruby's [ Rack] ( http ://rack.rubyforge.org/ ) framework, but it was
12+ WSAPI's main influence is Ruby's [ Rack] ( https ://github.com/rack/rack ) framework, but it was
1313also influenced by Python's [ WSGI] ( http://wsgi.org/wsgi ) (PEP 333). It's not a direct
1414clone of either of them, though, and tries to follow standard Lua idioms.
1515
You can’t perform that action at this time.
0 commit comments