From d129f4809ee1311f7abcbce6edfba7a7de184341 Mon Sep 17 00:00:00 2001 From: Yury Plashenkov Date: Thu, 10 Oct 2013 02:03:29 +0700 Subject: [PATCH] Update website address --- Source/SQLite3.pas | 2 +- Source/SQLite3Utils.pas | 2 +- Source/SQLite3Wrap.pas | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) *