Przeglądaj źródła

Merge pull request #1925 from ClasherKasten/minor/angular

Update Angular documentations
Simon Legner 2 lat temu
rodzic
commit
078bf1f5c9
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      lib/docs/scrapers/angular.rb

+ 4 - 4
lib/docs/scrapers/angular.rb

@@ -15,7 +15,7 @@ module Docs
     options[:max_image_size] = 256_000
 
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2022 Google, Inc.<br>
+      &copy; 2010&ndash;2023 Google, Inc.<br>
       Licensed under the Creative Commons Attribution License 4.0.
     HTML
 
@@ -83,14 +83,14 @@ module Docs
     end
 
     version do
-      self.release = '15.0.0'
+      self.release = '15.1.5'
       self.base_url = 'https://angular.io/'
       include Docs::Angular::Since12
     end
 
     version '14' do
-      self.release = '14.2.11'
-      self.base_url = 'https://angular.io/'
+      self.release = '14.2.12'
+      self.base_url = 'https://v14.angular.io/'
       include Docs::Angular::Since12
     end