1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-02 22:27:30 +02:00

Define link to external documentation more precisely

This commit is contained in:
Marco
2017-01-30 18:39:21 +01:00
parent 2aee8a662e
commit a640e8a5ad

View File

@@ -327,7 +327,7 @@ $uuid = \Delight\Auth\Auth::createUuid();
### Reading and writing session data
For detailed information on how to read and write session data conveniently, please refer to [the documentation of the session library](https://github.com/delight-im/PHP-Cookie), which is included by default.
For detailed information on how to read and write session data conveniently, please refer to [the documentation of the session library](https://github.com/delight-im/PHP-Cookie#reading-and-writing-session-data), which is included by default.
## Features