From 917685b8f5e85d0e6d0af724df67d053b752494d Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 22 May 2017 10:46:50 -0400 Subject: [PATCH] Update Julia documentation (0.5.2) --- lib/docs/scrapers/julia.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/docs/scrapers/julia.rb b/lib/docs/scrapers/julia.rb index e5157390..f9dc559d 100644 --- a/lib/docs/scrapers/julia.rb +++ b/lib/docs/scrapers/julia.rb @@ -1,10 +1,10 @@ module Docs class Julia < UrlScraper self.type = 'sphinx_simple' - self.release = '0.5.0' - self.base_url = 'http://docs.julialang.org/en/release-0.5/' + self.release = '0.5.2' + self.base_url = 'https://docs.julialang.org/en/stable/' self.links = { - home: 'http://julialang.org/', + home: 'https://julialang.org/', code: 'https://github.com/JuliaLang/julia' }