Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed Feb 5, 2013
1 parent 20f8b28 commit b97c9dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/NoSQLite/NoSQLite.php
Expand Up @@ -9,8 +9,8 @@
* @category NoSQLite
* @package NoSQLite
* @author Maciej Winnicki <maciej.winnicki@gmail.com>
* @license https://github.com/mthenw/NoSQLite-for-PHP The MIT License
* @link https://github.com/mthenw/NoSQLite-for-PHP
* @license https://github.com/mthenw/nosqlite.php The MIT License
* @link https://github.com/mthenw/nosqlite.php
*/

namespace NoSQLite;
Expand All @@ -24,8 +24,8 @@
* @category NoSQLite
* @package NoSQLite
* @author Maciej Winnicki <maciej.winnicki@gmail.com>
* @license https://github.com/mthenw/NoSQLite-for-PHP The MIT License
* @link https://github.com/mthenw/NoSQLite-for-PHP
* @license https://github.com/mthenw/nosqlite.php The MIT License
* @link https://github.com/mthenw/nosqlite.php
*/
class NoSQLite
{
Expand Down Expand Up @@ -58,4 +58,4 @@ public function getStore($storeName)
$store = new Store($this->db, $storeName);
return $store;
}
}
}

0 comments on commit b97c9dd

Please sign in to comment.