From: Dmitry Kalyanov Date: Mon, 15 Nov 2010 03:41:05 +0000 (+0300) Subject: Fix links to new version X-Git-Tag: 0.2.1~6 X-Git-Url: https://repo.or.cz/w/cl-sqlite.git/commitdiff_plain/63a12b98b69e2af95e36ac60bf87993d4f49781d Fix links to new version --- diff --git a/index.html b/index.html index 5fbaef6..eb53b1c 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,8 @@

This documentation describes only the CL-SQLITE package, not the SQLite database itself. SQLite documentation is available at http://sqlite.org/docs.html

-

CL-SQLITE together with this documentation can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.1.6.tar.gz.

+

CL-SQLITE together with this documentation can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.2.tar.gz.

CL-SQLITE source code is available in Git repository at git://repo.or.cz/cl-sqlite.git (gitweb) and at git://github.com/dmitryvk/cl-sqlite.git (gitweb).

@@ -92,7 +93,9 @@
 

Installation

-

The package can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.1.6.tar.gz. CL-SQLITE package has the following dependencies:

+

The package can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.2.tar.gz. +CL-SQLITE package has the following dependencies: