mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
apparently, rdoc does not support relative links
This commit is contained in:
parent
c894f3b1b6
commit
ef7f822219
1 changed files with 2 additions and 2 deletions
|
@ -780,7 +780,7 @@ access the body:
|
||||||
|
|
||||||
It is also possible to pass a block to body, that will be executed by the rack
|
It is also possible to pass a block to body, that will be executed by the rack
|
||||||
handler (this can be used to implement streaming, see
|
handler (this can be used to implement streaming, see
|
||||||
{Return values}[#Return%20values]).
|
"Return Values").
|
||||||
|
|
||||||
Similar to the body, you can also set the status code:
|
Similar to the body, you can also set the status code:
|
||||||
|
|
||||||
|
@ -798,7 +798,7 @@ Haml:
|
||||||
|
|
||||||
It takes reverse proxies and Rack routers into account, if present.
|
It takes reverse proxies and Rack routers into account, if present.
|
||||||
|
|
||||||
This method is also aliased to +to+ (see {below}[#Browser%20Redirect] for an
|
This method is also aliased to +to+ (see below) for an
|
||||||
example).
|
example).
|
||||||
|
|
||||||
=== Browser Redirect
|
=== Browser Redirect
|
||||||
|
|
Loading…
Reference in a new issue