Browse Source

Finish Angular scrapers

Jed Fox 6 năm trước cách đây
mục cha
commit
84b8305034
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lib/docs/scrapers/angular.rb

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

@@ -60,7 +60,7 @@ module Docs
 
     version do
       self.release = '8.2.12'
-      self.base_url = 'https://v7.angular.io/'
+      self.base_url = 'https://angular.io/'
       self.root_path = 'docs'
 
       html_filters.push 'angular/clean_html', 'angular/entries'
@@ -100,7 +100,7 @@ module Docs
 
     version '6' do
       self.release = '6.0.4'
-      self.base_url = 'https://angular.io/'
+      self.base_url = 'https://v6.angular.io/'
       self.root_path = 'docs'
 
       html_filters.push 'angular/clean_html', 'angular/entries'