fixed wiki link

master
sbke 2017-07-17 14:34:22 +02:00
parent 8274206a2f
commit 48763ea889
1 changed files with 1 additions and 1 deletions

@ -398,7 +398,7 @@ Builds the URL using a signed Request Object.
</bean>
```
This also requires configuration (and generation) of a [json web key set](wiki/Key-generation) and several support components such as a signing and validation service and a keystore:
This also requires configuration (and generation) of a [json web key set](../Key-generation) and several support components such as a signing and validation service and a keystore:
```xml
<bean id="defaultsignerService" class="org.mitre.jwt.signer.service.impl.DefaultJwtSigningAndValidationService">