change relative links in documentation (#8441)

This commit is contained in:
Eric
2022-10-26 18:26:49 -05:00
committed by GitHub
parent 08b2ab5c18
commit 52da2a3108
27 changed files with 140 additions and 141 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Passwords are never stored in plaintext in the database. We store a `bcrypt`ed h
#### Authentication tokens
The size and expiration time of session tokens is admin-configurable. See [The documentation on session duration](../Deploying/Configuration.md#session-duration).
The size and expiration time of session tokens is admin-configurable. See [The documentation on session duration](https://fleetdm.com/docs/deploying/configuration#session-duration).
It is possible to revoke all session tokens for a user by forcing a password reset.