We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f816105 commit 503bfecCopy full SHA for 503bfec
lib/docs/filters/cppref/clean_html.rb
@@ -106,7 +106,7 @@ def call
106
end
107
108
css('img').each do |node|
109
- node['src'] = node['src'].sub! %r{http://en.cppreference.com/common/([^"']+?)\.svg}, 'http://upload.cppreference.com/mwiki/\1.svg'
+ node['src'] = node['src'].sub! %r{https://upload.cppreference.com/mwiki/(images/[^"']+?)}, 'http://upload.cppreference.com/mwiki/\1'
110
111
112
# temporary solution due lack of mathjax/mathml support
0 commit comments