From 366c7b9217c464bbd5b1de36c653482991a06a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sr=C4=91an=20Pani=C4=87?= Date: Sat, 19 Mar 2016 12:57:49 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 609974d..1e41620 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Collections-C A library of generic data structures including a list, array, hashtable, deque etc.. ## Examples -Check the [documentation](https://srdja.github.io/Collections-C/) for details. And the [wiki](https://github.com/srdja/Collections-C/wiki) for more detailed examples (currently in progress). +Check the [documentation page](https://srdja.github.io/Collections-C/) for mode detailed examples. (This is still in progress). +The source for the documentation can be found [here](https://srdja.github.io/cc-doc-slate). HashTable: ```c