Browse Source

Update README.md

Skamander 12 years ago
parent
commit
528b605227
1 changed files with 2 additions and 2 deletions
  1. 2 2
      php-micromvc/README.md

+ 2 - 2
php-micromvc/README.md

@@ -5,13 +5,13 @@ This is the Micromvc portion of a [benchmarking test suite](../) comparing a var
 ### JSON Encoding Test
 ### JSON Encoding Test
 Uses the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json-encode.php).
 Uses the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json-encode.php).
 
 
-* [JSON test controller](index.php)
+* [JSON test controller](Class/Controller/Benchmark/Json.php)
 
 
 
 
 ### Data-Store/Database Mapping Test
 ### Data-Store/Database Mapping Test
 Uses the built-in ORM of micromvc
 Uses the built-in ORM of micromvc
 
 
-* [DB test controller](index.php)
+* [DB test controller](Class/Controller/Benchmark/Db.php)
 
 
 
 
 ## Infrastructure Software Versions
 ## Infrastructure Software Versions