浏览代码

Update Bootstrap documentation (4.1.1)

Thibaut Courouble 7 年之前
父节点
当前提交
7c70e63041
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/docs/scrapers/bootstrap.rb

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

@@ -16,8 +16,8 @@ module Docs
     HTML
 
     version '4' do
-      self.release = '4.1.0'
-      self.base_url = 'https://getbootstrap.com/docs/4.0/'
+      self.release = '4.1.1'
+      self.base_url = 'https://getbootstrap.com/docs/4.1/'
       self.root_path = 'getting-started/introduction/'
 
       html_filters.push 'bootstrap/entries_v4', 'bootstrap/clean_html_v4'