From 0528c38ce43e84c818d0f26f6b08bfbecb78dcd2 Mon Sep 17 00:00:00 2001 From: Webklex Date: Sat, 15 Sep 2018 20:31:00 +0200 Subject: [PATCH] example link fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cad586..088c086 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ $paginator = $oFolder->search() > You can also paginate a Folder-, Attachment- or FlagCollection instance. #### View examples -You can find a few blade examples under [/examples](/Webklex/laravel-imap/examples). +You can find a few blade examples under [/examples](https://github.com/Webklex/laravel-imap/tree/master/examples). #### Fetch a specific message Get a specific message by uid (Please note that the uid is not unique and can change):