Skip to content

Commit d1a5481

Browse files
Fix link to sqlite.org page on compilation
The partial URL was rendered incorrectly as https://github.com/sparklemotion/sqlite3-ruby/blob/master/www.sqlite.org/compile.html (which leads to a 404 Not Found error on github.com). I preserved the original look of the documentation (partial URL is displayed with full link href), but the text could be changed to something like "official sqlite compile instructions" or something else that is descriptive.
1 parent d94c42b commit d1a5481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Note that this module is only compatible with SQLite 3.6.16 or newer.
6666
== Compilation and Installation
6767

6868
Install SQLite3, enabling the option SQLITE_ENABLE_COLUMN_METADATA (see
69-
www.sqlite.org/compile.html for details).
69+
{www.sqlite.org/compile.html}[https://www.sqlite.org/compile.html] for details).
7070

7171
Then do the following:
7272

0 commit comments

Comments
 (0)