Skip to content

Commit

Permalink
Update SQLite documentation (3.43.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Aug 24, 2023
1 parent ca0b9f2 commit acfa06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/docs/scrapers/sqlite.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Docs
class Sqlite < FileScraper
class Sqlite < UrlScraper
self.name = 'SQLite'
self.type = 'sqlite'
self.release = '3.42.0'
self.release = '3.43.0'
self.base_url = 'https://sqlite.org/'
self.root_path = 'docs.html'
self.initial_paths = %w(keyword_index.html)
Expand Down

0 comments on commit acfa06a

Please sign in to comment.