Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refer to github not rubyforge in docs [ci skip] #15

Merged
merged 2 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/configuration.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ which will act as the cache key generator:
request.fullpath.replace(/\//, '-')
end

For more options see the [Rack::Request documentation](http://rack.rubyforge.org/doc/classes/Rack/Request.html)
For more options see the [Rack::Request documentation](https://www.rubydoc.info/gems/rack/Rack/Request).

### `use_native_ttl`

Expand Down
2 changes: 1 addition & 1 deletion doc/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ and is provided under [the MIT license](./license)
[s13]: http://tools.ietf.org/html/rfc2616#section-13
"RFC 2616 / Section 13 Caching in HTTP"

[rack]: http://rack.rubyforge.org/
[rack]: https://github.com/rack/rack
"Rack: a Ruby Webserver Interface"

[vcl]: http://tomayko.com/man/vcl
Expand Down