From fdb1ecc3c53f92b60ff969e3caa7306a6ef0fc35 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 28 Apr 2018 10:09:30 -0400 Subject: [PATCH] Update jQuery documentation (3.3.1) --- lib/docs/scrapers/jquery/jquery_core.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/jquery/jquery_core.rb b/lib/docs/scrapers/jquery/jquery_core.rb index dd5ed601..20aca0dc 100644 --- a/lib/docs/scrapers/jquery/jquery_core.rb +++ b/lib/docs/scrapers/jquery/jquery_core.rb @@ -1,9 +1,13 @@ module Docs class JqueryCore < Jquery self.name = 'jQuery' - self.release = 'up to 3.3.1' + self.release = '3.3.1' self.base_url = 'https://api.jquery.com/' self.initial_paths = %w(/index/index) + self.links = { + home: 'https://jquery.com/', + code: 'https://github.com/jquery/jquery' + } html_filters.insert_before 'jquery/clean_html', 'jquery_core/entries'