From b8477e9ce78495c9217a3288b753865977fd0d9e Mon Sep 17 00:00:00 2001 From: Pierre Tardy Date: Mon, 18 Aug 2014 23:44:06 +0200 Subject: [PATCH] fix merge resolution mistake Signed-off-by: Pierre Tardy --- master/docs/manual/cfg-statustargets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/docs/manual/cfg-statustargets.rst b/master/docs/manual/cfg-statustargets.rst index 840faef03de..cd71c1e130d 100644 --- a/master/docs/manual/cfg-statustargets.rst +++ b/master/docs/manual/cfg-statustargets.rst @@ -1131,7 +1131,7 @@ Change Hooks The ``/change_hook`` url is a magic URL which will accept HTTP requests and translate them into changes for buildbot. Implementations (such as a trivial json-based endpoint -and a GitHub implementation) can be found in :bb:src:`master/buildbot/status/web/hooks`. +and a GitHub implementation) can be found in :src:`master/buildbot/status/web/hooks`. The format of the url is :samp:`/change_hook/{DIALECT}` where DIALECT is a package within the hooks directory. Change_hook is disabled by default and each DIALECT has to be enabled separately, for security reasons