Fix Redis link into footer.

This commit is contained in:
antirez 2014-05-29 12:07:40 +02:00
commit 74fa8136d2

View file

@ -1,4 +1,4 @@
<div id="footer">Redis is a very simple Twitter clone written in PHP as example application of the <a href="http://code.google.com/p/redis/">Redis key-value database</a></div> <div id="footer">Redis is a very simple Twitter clone written in PHP as example application of the <a href="http://redis.io">Redis database</a></div>
</div> </div>
</body> </body>
</html> </html>