summaryrefslogtreecommitdiff
path: root/doc/manual.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.texi')
-rw-r--r--doc/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index f1b52154..65507a97 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -669,7 +669,7 @@ to the frontend @code{/donate} URL. For this, the HTML would be as
follows:
@smallexample
-<form action="/donate_handler">
+<form action="/donate-handler">
<input type="submit" value="Donate!"></input>
</form>
@end smallexample