Bladeren bron

Update markdown files to use relative links.

See https://help.github.com/articles/relative-links-in-readmes for details.

[ci skip]
Daniele Alessandri 12 jaren geleden
bovenliggende
commit
d3930ea298
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      FAQ.md
  2. 2 2
      README.md

+ 1 - 1
FAQ.md

@@ -68,7 +68,7 @@ $client->hmset('my:hash', array('field1'=>'value1', 'field2'=>'value2'); // valu
 ```
 
 The only exception to this _rule_ is the [SORT](http://redis.io/commands/sort) command for which modifiers are
-[passed using a named array](https://github.com/nrk/predis/blob/master/tests/Predis/Command/KeySortTest.php#L56-77).
+[passed using a named array](tests/Predis/Command/KeySortTest.php#L56-77).
 
 
 

+ 2 - 2
README.md

@@ -214,7 +214,7 @@ Redis. If you do not have Redis up and running, integration tests can be disable
 suite is configured to execute integration tests using the server profile for Redis v2.4 (which is the
 current stable version of Redis). You can optionally run the suite against a Redis instance built from
 the `unstable` branch with the development profile by changing the `REDIS_SERVER_VERSION` to `dev` in
-the `phpunit.xml` file. More details about testing Predis are available in `tests/README.md`.
+the `phpunit.xml` file. More details on testing Predis can be found in [the tests README](tests/README.md).
 
 Predis uses Travis CI for continuous integration. You can find the results of the test suite and the build
 history [on its project page](http://travis-ci.org/nrk/predis).
@@ -252,4 +252,4 @@ history [on its project page](http://travis-ci.org/nrk/predis).
 
 ## License ##
 
-The code for Predis is distributed under the terms of the MIT license (see LICENSE).
+The code for Predis is distributed under the terms of the MIT license (see [LICENSE](LICENSE)).