Explorar el Código

Update Immutable.js documentation (4.1.0)

Simon Legner hace 3 años
padre
commit
1a4ddcac9a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'