[devdocsgjs/main: 984/1867] Finish Angular scrapers
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 984/1867] Finish Angular scrapers
- Date: Fri, 19 Nov 2021 23:47:38 +0000 (UTC)
commit 84b83050346265a3e011ebe21e93f7c5a4496bf9
Author: Jed Fox <git twopointzero us>
Date: Wed Jan 8 13:23:07 2020 -0500
Finish Angular scrapers
lib/docs/scrapers/angular.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/docs/scrapers/angular.rb b/lib/docs/scrapers/angular.rb
index b5db97e9..4ec689c1 100644
--- a/lib/docs/scrapers/angular.rb
+++ b/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'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]