Skip to content

Commit 3b15c90

Browse files
committed
Fixed link in documentation
1 parent cfa200b commit 3b15c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ connection.beginTransaction(function(err) {
738738
Please note that beginTransaction(), commit() and rollback() are simply convenience
739739
functions that execute the START TRANSACTION, COMMIT, and ROLLBACK commands respectively.
740740
It is important to understand that many commands in MySQL can cause an implicit commit,
741-
as described [in the MySQL documentation]: http://dev.mysql.com/doc/refman/5.5/en/implicit-commit.html
741+
as described [in the MySQL documentation](http://dev.mysql.com/doc/refman/5.5/en/implicit-commit.html)
742742

743743
## Error handling
744744

0 commit comments

Comments
 (0)