lib/tdiary/plugin.rb in tdiary-5.0.6 vs lib/tdiary/plugin.rb in tdiary-5.0.7

- old
+ new

@@ -373,10 +373,10 @@ end str ? str : ref end def help( name ) - %Q[<span class="help-icon"><a href="http://docs.tdiary.org/#{h @conf.lang}/?#{h name}" target="_blank"><img src="#{theme_url}/help.png" width="19" height="19" alt="Help"></a></span>] + %Q[<span class="help-icon"><a href="https://github.com/tdiary/tdiary-docs-#{h @conf.lang}/wiki/#{h name}" target="_blank"><img src="#{theme_url}/help.png" width="19" height="19" alt="Help"></a></span>] end def method_missing( *m ) super if @debug # ignore when no plugin