瀏覽代碼

Fix link in documentation

bel2125 2 年之前
父節點
當前提交
583eba3cd9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/mg_set_auth_handler.md

+ 1 - 1
docs/api/mg_set_auth_handler.md

@@ -26,7 +26,7 @@ The callback function can return **0** to deny access, and **1** to allow access
 To allow maximum flexibility in the HTTP response status code and message when denying access, the callback should
 send the HTTP response itself. 
 The callback may send use [`mg_send_digest_access_authentication_request`](mg_send_digest_access_authentication_request.md) to ask for http digest authentication,
-it may send a http 403 status code using `mg_send_http_error`](mg_set_request_handler.md), 
+it may send a http 403 status code using [`mg_send_http_error`](mg_set_request_handler.md), 
 or a 303 redirect to a login page using [`mg_send_http_redirect`](mg_send_http_redirect.md) 
 or any other response.