We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling M-x ahk-lookup-web on for example the word sleep, opens the url: http://ahkscript.org/docs/commands/sleep.htm
M-x
ahk-lookup-web
sleep
But the page shows: This site can’t be reached
This site can’t be reached
https://downforeveryoneorjustme.com/ahkscript.org says:
Ahkscript.org Status Is ahkscript.org down right now? It's not just you! ahkscript.org is down.
If http://ahkscript.org is handled by this repositories authors/maintainers, then is it a temporary issue that will be fixed?
Or if the cause of the unreachable site is unknown. Would it be better to redirect ahk-lookup-web to http://autohotkey.com?
https://github.com/ralesi/ahk-mode/blob/377f79484cc43458f66c1ba5a61459b77e363591/ahk-mode.el#L222
Because when the domain name is changed to http://autohotkey.com then a page with the expected documentation opens: https://www.autohotkey.com/docs/commands/Sleep.htm
The text was updated successfully, but these errors were encountered:
Ahkscript.org seems to be up at the moment. Because https://downforeveryoneorjustme.com/ahkscript.org shows:
Ahkscript.org Status Is ahkscript.org down right now? It's just you. ahkscript.org is up.
and M-x ahk-lookup-web redirects from: ahkscript.org to: autohotkey.com
Sorry, something went wrong.
Update link to AHK documentation
4481c10
Fix punassuming#29
Successfully merging a pull request may close this issue.
Calling
M-x
ahk-lookup-web
on for example the wordsleep
,opens the url: http://ahkscript.org/docs/commands/sleep.htm
But the page shows:
This site can’t be reached
https://downforeveryoneorjustme.com/ahkscript.org says:
If http://ahkscript.org is handled by this repositories authors/maintainers, then is it a temporary issue that will be fixed?
Or if the cause of the unreachable site is unknown.
Would it be better to redirect
ahk-lookup-web
to http://autohotkey.com?https://github.com/ralesi/ahk-mode/blob/377f79484cc43458f66c1ba5a61459b77e363591/ahk-mode.el#L222
Because when the domain name is changed to http://autohotkey.com
then a page with the expected documentation opens:
https://www.autohotkey.com/docs/commands/Sleep.htm
The text was updated successfully, but these errors were encountered: