From a640e8a5ad8f33dbbe9e834d7c04102d1b1e9eb5 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 30 Jan 2017 18:39:21 +0100 Subject: [PATCH] Define link to external documentation more precisely --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7b179..01be59d 100644 --- a/README.md +++ b/README.md @@ -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