Skip to content

Commit

Permalink
Merge pull request #42 from taebox/patch-2
Browse files Browse the repository at this point in the history
Update autohotkey documentation location
  • Loading branch information
kemayo committed Nov 13, 2014
2 parents 37eeab5 + d63fa96 commit b795e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goto_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import subprocess

default_docs = {
"ahk": "http://www.autohotkey.com/docs/commands/%(query)s.htm",
"ahk": "http://www.ahkscript.org/docs/commands/%(query)s.htm",
"rails": "http://api.rubyonrails.org/?q=%(query)s",
"controller": "http://api.rubyonrails.org/?q=%(query)s",
"ruby": "http://ruby-doc.com/search.html?q=%(query)s",
Expand Down

0 comments on commit b795e24

Please sign in to comment.