Browse Source

Fix wrong link in phpdoc.

Fixes #270.

[ci skip]
Daniele Alessandri 10 years ago
parent
commit
6bc1a38123
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Connection/Parameters.php

+ 1 - 1
src/Connection/Parameters.php

@@ -73,7 +73,7 @@ class Parameters implements ParametersInterface
      * "password" and "database" if they are present in the "query" part.
      *
      * @link http://www.iana.org/assignments/uri-schemes/prov/redis
-     * @link http://www.iana.org/assignments/uri-schemes/prov/redis
+     * @link http://www.iana.org/assignments/uri-schemes/prov/rediss
      *
      * @param string $uri URI string.
      *