From: Deven Bansod Date: Mon, 5 Sep 2016 10:50:08 +0000 (+0530) Subject: Fix link to original repo for bug reporting (#5) X-Git-Tag: v0.1.3~3 X-Git-Url: https://git.cweiske.de/php-sqllint.git/commitdiff_plain/ea36acb4851f2940886068a72e5da6fe4e3f84b5?hp=efe9a99f9dcd3c4e69622188de2b8ab4e7ea6c98 Fix link to original repo for bug reporting (#5) --- diff --git a/README.rst b/README.rst index 12eeddf..6444362 100644 --- a/README.rst +++ b/README.rst @@ -65,9 +65,9 @@ Bugs ==== Does ``php-sqllint`` not detect a syntax error, or doesn't support a certain SQL statement? -Then please report a bug at `udan11/sql-parser`__. +Then please report a bug at `phpmyadmin/sql-parser`__. -__ https://github.com/udan11/sql-parser +__ https://github.com/phpmyadmin/sql-parser ========