mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Elixir documentation (1.3.2)
This commit is contained in:
parent
fb414629a9
commit
d81aa96d20
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Elixir < UrlScraper
|
||||
self.name = 'Elixir'
|
||||
self.type = 'elixir'
|
||||
self.release = '1.3.1'
|
||||
self.release = '1.3.2'
|
||||
self.base_url = 'http://elixir-lang.org/docs/stable/'
|
||||
self.root_path = 'elixir/api-reference.html'
|
||||
self.initial_paths = %w(
|
||||
|
|
Loading…
Reference in a new issue