Skip to content

Commit ee155a3

Browse files
committed
Updated Wiki-URL
1 parent 30bfc38 commit ee155a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ func (mc *mysqlConn) readResultOK() (e error) {
338338
return mc.handleOkPacket(data)
339339
// EOF, someone is using old_passwords
340340
case 254:
341-
e = errors.New("It seems like you are using old_passwords, which is unsupported. See http://code.google.com/p/go-mysql-driver/wiki/old_passwords")
341+
e = errors.New("It seems like you are using old_passwords, which is unsupported. See https://github.com/Go-SQL-Driver/MySQL/wiki/old_passwords")
342342
return
343343
// ERROR
344344
case 255:

0 commit comments

Comments
 (0)