Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:36:35 JST 2012
Kouhei Sutou 2012-01-31 11:53:12 +0900 (Tue, 31 Jan 2012) New Revision: 1f72152c0f4b03dc41eb9a84778a79b9cd270679 https://github.com/mroonga/mroonga/commit/1f72152c0f4b03dc41eb9a84778a79b9cd270679 Log: fix image link. Modified files: tools/prepare-sphinx-html.rb Modified: tools/prepare-sphinx-html.rb (+1 -1) =================================================================== --- tools/prepare-sphinx-html.rb 2012-01-31 11:53:06 +0900 (49dcece) +++ tools/prepare-sphinx-html.rb 2012-01-31 11:53:12 +0900 (b9b2fe7) @@ -13,7 +13,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) -------------- next part -------------- HTML����������������������������...Download