Skip to content

Commit f10153d

Browse files
committed
Fix README doc linking
1 parent dece900 commit f10153d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Note that `:secret_key` is a mandatory configuration option that must be set.
9393
which also includes additional options (such as `:key`) that can be set.
9494

9595
The `RackMiddleware` inherits from the
96-
[`Rack::Session::Abstract::Persisted`](https://rubydoc.info/github/rack/rack-session/main/Rack/Session/Abstract/Persisted)
96+
[Rack::Session::Abstract::Persisted](https://rubydoc.info/github/rack/rack-session/main/Rack/Session/Abstract/Persisted)
9797
class, which also includes additional options (such as `:key`) that can be
9898
passed into the class.
9999

0 commit comments

Comments
 (0)