Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions lib/docs/scrapers/yii.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ class Yii < UrlScraper
self.type = 'yii'

options[:attribution] = <<-HTML
&copy; 2008&ndash;2017 by Yii Software LLC<br>
&copy; 2008&ndash;2024 by Yii Software LLC<br>
Licensed under the three clause BSD license.
HTML

version '2.0' do
self.release = '2.0.12'
self.base_url = 'http://www.yiiframework.com/doc-2.0/'
self.root_path = 'index.html'
self.release = '2.0.50'
self.base_url = 'https://www.yiiframework.com/doc/api/2.0'
self.links = {
home: 'http://www.yiiframework.com/',
code: 'https://github.com/yiisoft/yii2'
Expand Down