Update Elixir documentation (1.3.1)

pull/438/head
Thibaut Courouble 9 years ago
parent 3c0c209dc7
commit bc63f06ad7

@ -2,7 +2,7 @@ module Docs
class Elixir < UrlScraper class Elixir < UrlScraper
self.name = 'Elixir' self.name = 'Elixir'
self.type = 'elixir' self.type = 'elixir'
self.release = '1.3.0' self.release = '1.3.1'
self.base_url = 'http://elixir-lang.org/docs/stable/' self.base_url = 'http://elixir-lang.org/docs/stable/'
self.root_path = 'elixir/api-reference.html' self.root_path = 'elixir/api-reference.html'
self.initial_paths = %w( self.initial_paths = %w(

Loading…
Cancel
Save