Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-12-08 16:44:07 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-12-08 16:44:07 +0300
commit3ea8a210d41f09be194757bd760ac7fbd2e80b68 (patch)
tree4ae68a16b675249ff2a07678fd4111c97e6bcce3 /INSTALL.markdown
parent5f26dd1a5332bd70ec4d15c639d5e78349418f40 (diff)
Fix broken links in INSTALL.markdown
Diffstat (limited to 'INSTALL.markdown')
-rw-r--r--INSTALL.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.markdown b/INSTALL.markdown
index 8680b197..967c9889 100644
--- a/INSTALL.markdown
+++ b/INSTALL.markdown
@@ -22,7 +22,7 @@ The extension also may compress data before sending it to Redis server, if you r
You can generate a debian package for PHP5, accessible from Apache 2 by running `./mkdeb-apache2.sh` or with `dpkg-buildpackage` or `svn-buildpackage`.
-This extension exports a single class, [Redis](#class-redis) (and [RedisException](#class-redisexception) used in case of errors). Check out https://github.com/ukko/phpredis-phpdoc for a PHP stub that you can use in your IDE for code completion.
+This extension exports a single class, [Redis](./README.markdown#class-redis) (and [RedisException](./README.markdown#class-redisexception) used in case of errors). Check out https://github.com/ukko/phpredis-phpdoc for a PHP stub that you can use in your IDE for code completion.
# Binary packages