Skip to content

Commit e6a62f3

Browse files
committed
1 parent 6141cfd commit e6a62f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ Note that this module is only compatible with SQLite 3.6.16 or newer.
99
* Source code: https://github.com/sparklemotion/sqlite3-ruby
1010
* Mailing list: http://groups.google.com/group/sqlite3-ruby
1111
* Download: http://rubygems.org/gems/sqlite3
12-
* Documentation: http://www.rubydoc.info/gems/sqlite3
12+
* Documentation: https://sparklemotion.github.io/sqlite3-ruby/
1313

1414
[![Test suite](https://github.com/sparklemotion/sqlite3-ruby/actions/workflows/ci.yml/badge.svg)](https://github.com/sparklemotion/sqlite3-ruby/actions/workflows/ci.yml)
1515

1616

1717
## Quick start
1818

19-
For help understanding the SQLite3 Ruby API, please read the [FAQ](./FAQ.md) and the [full API documentation](https://rubydoc.info/gems/sqlite3).
19+
For help understanding the SQLite3 Ruby API, please read the [FAQ](./FAQ.md) and the [full API documentation](https://sparklemotion.github.io/sqlite3-ruby/).
2020

2121
A few key classes whose APIs are often-used are:
2222

23-
- SQLite3::Database ([rdoc](https://rubydoc.info/gems/sqlite3/SQLite3/Database))
24-
- SQLite3::Statement ([rdoc](https://rubydoc.info/gems/sqlite3/SQLite3/Statement))
25-
- SQLite3::ResultSet ([rdoc](https://rubydoc.info/gems/sqlite3/SQLite3/ResultSet))
23+
- SQLite3::Database ([rdoc](https://sparklemotion.github.io/sqlite3-ruby/SQLite3/Database.html))
24+
- SQLite3::Statement ([rdoc](https://sparklemotion.github.io/sqlite3-ruby/SQLite3/Statement.html))
25+
- SQLite3::ResultSet ([rdoc](https://sparklemotion.github.io/sqlite3-ruby/SQLite3/ResultSet.html))
2626

2727
If you have any questions that you feel should be addressed in the FAQ, please send them to [the mailing list](http://groups.google.com/group/sqlite3-ruby) or open a [discussion thread](https://github.com/sparklemotion/sqlite3-ruby/discussions/categories/q-a).
2828

sqlite3.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.metadata = {
2525
"homepage_uri" => "https://github.com/sparklemotion/sqlite3-ruby",
2626
"bug_tracker_uri" => "https://github.com/sparklemotion/sqlite3-ruby/issues",
27-
"documentation_uri" => "https://www.rubydoc.info/gems/sqlite3",
27+
"documentation_uri" => "https://sparklemotion.github.io/sqlite3-ruby/",
2828
"changelog_uri" => "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md",
2929
"source_code_uri" => "https://github.com/sparklemotion/sqlite3-ruby",
3030

0 commit comments

Comments
 (0)