Browse Source

Merge pull request #1837 from TomerPacific/feature/correct-gtk-introduction-link

Correct Gtk Introduction Link
Simon Legner 3 years ago
parent
commit
ede3d0b944
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/gtk.rb

+ 1 - 1
lib/docs/scrapers/gtk.rb

@@ -74,7 +74,7 @@ module Docs
 
     version '4.0' do
       self.release = '4.0.0'
-      self.base_url = "https://developer.gnome.org/gtk4/#{self.version}/"
+      self.base_url = "https://developer-old.gnome.org/gtk4/#{self.version}/"
 
       options[:root_title] = 'GTK 4 Reference Manual'
       options[:skip] = GTK4_SKIP