Minor update

This commit is contained in:
Miroslav Stampar
2021-05-27 12:29:40 +02:00
parent 3c25f79a9b
commit 6942abf090
11 changed files with 15 additions and 17 deletions

View File

@@ -22,9 +22,8 @@ from plugins.generic.connector import Connector as GenericConnector
class Connector(GenericConnector):
"""
Homepage: http://pyodbc.googlecode.com/
User guide: http://code.google.com/p/pyodbc/wiki/GettingStarted
API: http://code.google.com/p/pyodbc/w/list
Homepage: https://github.com/mkleehammer/pyodbc
User guide: https://github.com/mkleehammer/pyodbc/wiki
Debian package: python-pyodbc
License: MIT
"""