Skip to content

Commit

Permalink
Fix link to sqlite.org page on compilation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ancientskyscraper authored Oct 30, 2020
1 parent d94c42b commit d1a5481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Note that this module is only compatible with SQLite 3.6.16 or newer.
== Compilation and Installation

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

Then do the following:

Expand Down

0 comments on commit d1a5481

Please sign in to comment.