diff --git a/Source/SQLite3.pas b/Source/SQLite3.pas index c981c47..fc8a726 100644 --- a/Source/SQLite3.pas +++ b/Source/SQLite3.pas @@ -5,7 +5,7 @@ * Version of SQLite: 3.6.22 * * Copyright 2010-2013 Yury Plashenkov - * http://plashenkov.github.com/sqlite/ + * http://plashenkov.github.io/sqlite/ * * The MIT License (MIT) * diff --git a/Source/SQLite3Utils.pas b/Source/SQLite3Utils.pas index 89d68e1..12b31b5 100644 --- a/Source/SQLite3Utils.pas +++ b/Source/SQLite3Utils.pas @@ -4,7 +4,7 @@ * This unit contains miscellaneous utility functions * * Copyright 2010-2013 Yury Plashenkov - * http://plashenkov.github.com/sqlite/ + * http://plashenkov.github.io/sqlite/ * * The MIT License (MIT) * diff --git a/Source/SQLite3Wrap.pas b/Source/SQLite3Wrap.pas index 239259e..6641dd5 100644 --- a/Source/SQLite3Wrap.pas +++ b/Source/SQLite3Wrap.pas @@ -4,7 +4,7 @@ * This unit contains easy-to-use object wrapper over SQLite3 API functions * * Copyright 2010-2013 Yury Plashenkov - * http://plashenkov.github.com/sqlite/ + * http://plashenkov.github.io/sqlite/ * * The MIT License (MIT) *