Skip to content

Commit 8761a90

Browse files
committed
fixing links in the jwt-session-store doc
Signed-off-by: Lewis Birks <[email protected]>
1 parent e374abc commit 8761a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/asciidoc/modules/jwt-session-store.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== JWT Session
22

3-
The javadoc:JWTSession[] session store works it also a stateless session that
3+
The javadoc:jwt.JwtSessionStore[artifact="jooby-jwt"] session store works it also a stateless session that
44
uses https://jwt.io[JSON Web Token] standard to decode/encode data.
55

6-
To use the javadoc:JWTSession[] session store you need to add the `jooby-jwt` dependency:
6+
To use the javadoc:jwt.JwtSessionStore[artifact="jooby-jwt"] session store you need to add the `jooby-jwt` dependency:
77

88
[dependency, artifactId="jooby-jwt"]
99
.

0 commit comments

Comments
 (0)