diff --git a/collects/db/scribblings/notes.scrbl b/collects/db/scribblings/notes.scrbl index 2a5860c060..be11551191 100644 --- a/collects/db/scribblings/notes.scrbl +++ b/collects/db/scribblings/notes.scrbl @@ -82,11 +82,8 @@ SQLite support requires the appropriate native library. @itemlist[ -@item{On Windows, the library is @tt{sqlite3.dll}. It can be obtained -from @hyperlink["http://www.sqlite.org/download.html"]{the SQLite -download page}; the DLL file should be extracted and placed into one -of the directories produced by -@racketblock[(begin (require setup/dirs) (get-lib-search-dirs))]} +@item{On Windows, the library is @tt{sqlite3.dll}. It is included in +the Racket distribution.} @item{On Mac OS X, the library is @tt{libsqlite3.0.dylib}, which is included (in @tt{/usr/lib}) in Mac OS X version 10.4 onwards.}