null+****@clear*****
null+****@clear*****
2012年 3月 28日 (水) 18:07:49 JST
Kouhei Sutou 2012-03-28 18:07:49 +0900 (Wed, 28 Mar 2012)
New Revision: 18a3ec343c4169be15599555f8d8ca084993431d
Log:
doc: _images -> images
Modified files:
tools/prepare-sphinx-html.rb
Modified: tools/prepare-sphinx-html.rb (+1 -1)
===================================================================
--- tools/prepare-sphinx-html.rb 2012-03-28 17:07:06 +0900 (0d049fe)
+++ tools/prepare-sphinx-html.rb 2012-03-28 18:07:49 +0900 (b668765)
@@ -12,7 +12,7 @@ def fix_link(text, extension, language)
end
def fix_link_path(text)
- text.gsub(/\b_(sources|static)\b/, '\1')
+ text.gsub(/\b_(sources|static|images)\b/, '\1')
end
def fix_language_link(url, language)