From 8793f0372802e765babbe256f3357d4c65bdfa47 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Wed, 15 Nov 2017 16:09:28 +0900 Subject: [PATCH] Remove broken demo for auto complete Fixes #47 --- views/documentation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/views/documentation.md b/views/documentation.md index de683a3b..8e7da1eb 100644 --- a/views/documentation.md +++ b/views/documentation.md @@ -36,7 +36,6 @@ Tutorials & FAQ * [Introduction to Redis data types](/topics/data-types-intro): This is a good starting point to learn the Redis API and data model. * [Writing a simple Twitter clone with PHP and Redis](/topics/twitter-clone) -* [Auto complete with Redis](http://autocomplete.redis.io) * [Data types short summary](/topics/data-types): A short summary of the different types of values that Redis supports, not as updated and info rich as the first tutorial listed in this section. * [FAQ](/topics/faq): Some common questions about Redis.