summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2020-05-04 14:12:44 -0700
committerGitHub <noreply@github.com>2020-05-04 14:12:44 -0700
commitda7457e53c22b392ce1c28e9929e34cb698a945e (patch)
tree13296049def7ba2ca21306529dac51f5ae172f46
parent8fadc664f64f188596d1bf42ab35dba463e012e6 (diff)
parentdcd93b7e172e00a37e8599304688bc636052b5d6 (diff)
downloadphp7-mysql-shim-da7457e53c22b392ce1c28e9929e34cb698a945e.zip
php7-mysql-shim-da7457e53c22b392ce1c28e9929e34cb698a945e.tar.gz
php7-mysql-shim-da7457e53c22b392ce1c28e9929e34cb698a945e.tar.bz2
Merge pull request #51 from staabm/patch-1
Fixed dead url in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a36071..2560ab3 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/blob/master/docs/AllRectorsOverview.md#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://stackoverflow.com/a/61597957