From a11ac09fe8a1a27418dd157e2a60dbf532662ce1 Mon Sep 17 00:00:00 2001 From: Lammert Bies Date: Tue, 20 Dec 2016 15:03:06 +0100 Subject: [PATCH] Fixed internal doc link --- doc/APIReference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/APIReference.md b/doc/APIReference.md index 93ebfaea..7ed23e18 100644 --- a/doc/APIReference.md +++ b/doc/APIReference.md @@ -52,7 +52,7 @@ LibHTTP is often used as HTTP and HTTPS library inside a larger application. A * [`httplib_handle_form_request( conn, fdh );`](api/httplib_handle_form_request.md) * [`httplib_printf( conn, fmt, ... );`](api/httplib_printf.md) * [`httplib_read( conn, buf, len );`](api/httplib_read.md) -* [`httplib_send_file( conn, path, mime_type, additional_headers );`](api/httplib_send_mime_file2.md) +* [`httplib_send_file( conn, path, mime_type, additional_headers );`](api/httplib_send_file.md) * [`httplib_set_request_handler( ctx, uri, handler, cbdata );`](api/httplib_set_request_handler.md) * [`httplib_set_user_connection_data( conn, data );`](api/httplib_set_user_connection_data.md) * [`httplib_store_body( conn, path );`](api/httplib_store_body.md)