summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Staab <maggus.staab@googlemail.com>2019-12-24 15:38:57 +0100
committerGitHub <noreply@github.com>2019-12-24 15:38:57 +0100
commit59ca7caa0d1645789088e83b9fb417c8a9b85440 (patch)
treec4049edeefb637695fc9f5fc72e65fe6242790f5
parent22d56ad512464e1ae63b4708ad353caaa3d1f581 (diff)
downloadphp7-mysql-shim-59ca7caa0d1645789088e83b9fb417c8a9b85440.zip
php7-mysql-shim-59ca7caa0d1645789088e83b9fb417c8a9b85440.tar.gz
php7-mysql-shim-59ca7caa0d1645789088e83b9fb417c8a9b85440.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4055d0e..2a36071 100644
--- a/README.md
+++ b/README.md
@@ -40,4 +40,4 @@ Once the `lib/mysql.php` file is included, it will create `mysql_*` functions if
## Alternatives
-Instead of using this drop-in-replacement library you should consider refactoring your code from `mysql` to e.g. `mysqli`. This process can be automated with e.g. https://github.com/rectorphp/rector/tree/master/packages/MysqlToMysqli
+Instead of using this drop-in-replacement library you should consider refactoring your code from `mysql` to e.g. `mysqli`. This process can be automated with e.g. https://github.com/rectorphp/rector/blob/master/docs/AllRectorsOverview.md#mysqltomysqli