Skip to content

Commit

Permalink
docs: Fixes typo in upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Jun 11, 2018
1 parent b6c997d commit 580ff41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ with the UUID part being random for every installation.

This change will help greatly with key rotation in the future.

If you rely on these keys in your applications and if they are hardcoded in some way, you may want to use the `./well-known/openid-configuration`
or `./well-known/jwks.json` endpoints instead. Libraries, which handle these standards appropriately, exist for almost any
If you rely on these keys in your applications and if they are hardcoded in some way, you may want to use the `/.well-known/openid-configuration`
or `/.well-known/jwks.json` endpoints instead. Libraries, which handle these standards appropriately, exist for almost any
programming language.

These keys will be generated automatically if they do not exist yet in the database. No further steps for upgrading are
Expand Down

0 comments on commit 580ff41

Please sign in to comment.