diff --git a/modules/reference/pages/feature/jwt/examples.adoc b/modules/reference/pages/feature/jwt/examples.adoc index 66a023d815..e272b1d4f4 100644 --- a/modules/reference/pages/feature/jwt/examples.adoc +++ b/modules/reference/pages/feature/jwt/examples.adoc @@ -4,7 +4,7 @@ === Configure the JWT consumer The following example shows how to configure the server for constructing a JSON Web Token (JWT) for an application. -For information about `jwtConsumer` attributes that you can configure, see onfig:jwtConsumer[display=JWT consumer]. +For information about `jwtConsumer` attributes that you can configure, see config:jwtConsumer[display=JWT consumer]. When you add the `jwt-1.0` feature and save your changes, Open Liberty adds the following default `jwtConsumer` element. [source, xml] ----