branch: elpa/engine-mode commit 224919b6480126a6cf8dd9eee2c5e0be50dc68f7 Author: Nattaphoom Ch <atto...@gmail.com> Commit: Nattaphoom Ch <atto...@gmail.com>
Corrected Project Gutenberg URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d042e6c614..fe3be31398 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ the `:keybinding` keyword to the generated engine definitions). :docstring "Mappin' it up.") (defengine project-gutenberg - "http://www.gutenberg.org/ebooks/search.html/?format=html&default_prefix=all&sort_order=&query=%s") + "http://www.gutenberg.org/ebooks/search/?query=%s") (defengine rfcs "http://pretty-rfc.herokuapp.com/search?q=%s")