Browse Source

Update Immutable.js documentation (4.1.0)

Simon Legner 3 years ago
parent
commit
1a4ddcac9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/docs/scrapers/immutable.rb

+ 2 - 2
lib/docs/scrapers/immutable.rb

@@ -3,8 +3,8 @@ module Docs
     self.name = 'Immutable.js'
     self.slug = 'immutable'
     self.type = 'simple'
-    self.release = '4.0.0'
-    self.base_url = 'https://immutable-js.com/docs/v4.0.0/'
+    self.release = '4.1.0'
+    self.base_url = "https://immutable-js.com/docs/v#{release}/"
     self.links = {
       home: 'https://immutable-js.com/',
       code: 'https://github.com/facebook/immutable-js'