diff --git a/lib/docs/scrapers/yii.rb b/lib/docs/scrapers/yii.rb
index eaabdbf02a..c4325141c5 100755
--- a/lib/docs/scrapers/yii.rb
+++ b/lib/docs/scrapers/yii.rb
@@ -3,14 +3,13 @@ class Yii < UrlScraper
self.type = 'yii'
options[:attribution] = <<-HTML
- © 2008–2017 by Yii Software LLC
+ © 2008–2024 by Yii Software LLC
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'