summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Staab <maggus.staab@googlemail.com>2020-05-04 21:47:23 +0200
committerGitHub <noreply@github.com>2020-05-04 21:47:23 +0200
commitdcd93b7e172e00a37e8599304688bc636052b5d6 (patch)
tree13296049def7ba2ca21306529dac51f5ae172f46
parent8fadc664f64f188596d1bf42ab35dba463e012e6 (diff)
downloadphp7-mysql-shim-dcd93b7e172e00a37e8599304688bc636052b5d6.zip
php7-mysql-shim-dcd93b7e172e00a37e8599304688bc636052b5d6.tar.gz
php7-mysql-shim-dcd93b7e172e00a37e8599304688bc636052b5d6.tar.bz2
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