We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bc591 commit 7c70e63Copy full SHA for 7c70e63
1 file changed
lib/docs/scrapers/bootstrap.rb
@@ -16,8 +16,8 @@ class Bootstrap < UrlScraper
16
HTML
17
18
version '4' do
19
- self.release = '4.1.0'
20
- self.base_url = 'https://getbootstrap.com/docs/4.0/'
+ self.release = '4.1.1'
+ self.base_url = 'https://getbootstrap.com/docs/4.1/'
21
self.root_path = 'getting-started/introduction/'
22
23
html_filters.push 'bootstrap/entries_v4', 'bootstrap/clean_html_v4'
0 commit comments