Skip to content

Commit d145dea

Browse files
committed
Link update
1 parent e94b728 commit d145dea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
package mysql
1111

1212
// Constants documentation:
13-
// http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol
13+
// http://dev.mysql.com/doc/internals/en/client-server-protocol.html
1414

1515
const (
1616
MIN_PROTOCOL_VERSION = 10

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
type mysqlDriver struct{}
1919

2020
// Open new Connection.
21-
// See http://code.google.com/p/go-mysql-driver/#DSN_(Data_Source_Name) for how
21+
// See https://github.com/Go-SQL-Driver/MySQL#dsn-data-source-name for how
2222
// the DSN string is formated
2323
func (d *mysqlDriver) Open(dsn string) (driver.Conn, error) {
2424
var e error

0 commit comments

Comments
 (0)