summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 18:33:13 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 18:33:13 +0100
commita1bed7cf8ee454cb698907dbf2582855197e4531 (patch)
tree7309bbbfa3a55ffb0d2859504214641c608a1521 /doc
parent8911d1ee032b89ed8e740cf7fda9c782b1692bc5 (diff)
downloadmerchant-a1bed7cf8ee454cb698907dbf2582855197e4531.tar.gz
merchant-a1bed7cf8ee454cb698907dbf2582855197e4531.tar.bz2
merchant-a1bed7cf8ee454cb698907dbf2582855197e4531.zip
match script name in manual
Diffstat (limited to 'doc')
-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