From: Thierry FOURNIER Date: Wed, 26 Aug 2015 12:20:58 +0000 (+0200) Subject: DOC: fix function name X-Git-Tag: v1.6-dev4~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d79cf686b10d8fda481bf0a083bb91e3e6db829;p=thirdparty%2Fhaproxy.git DOC: fix function name Bowen repports this typo fix about one Lua function name. Reported-By: Bowen --- diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 07e9029e3e..e513324cf2 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -750,7 +750,7 @@ HTTP class :param class_http http: The related http object. :param string query: The new query. -.. js:function:: HTTP.req.set_uri(http, uri) +.. js:function:: HTTP.req_set_uri(http, uri) Rewrites the request URI with the parameter "uri".