Browse Source

Fixed internal linking

lammertb 8 years ago
parent
commit
d63ef9a759
1 changed files with 5 additions and 5 deletions
  1. 5 5
      docs/APIReference.md

+ 5 - 5
docs/APIReference.md

@@ -34,7 +34,7 @@ the API can be found in [Embedding.md](Embedding.md).
 * [`mg_download( host, port, use_ssl, error_buffer, error_buffer_size, fmt, ... );`](api/mg_download.md)
 * [`mg_download( host, port, use_ssl, error_buffer, error_buffer_size, fmt, ... );`](api/mg_download.md)
 * [`mg_get_builtin_mime_type( file_name );`](api/mg_get_builtin_mime_type.md)
 * [`mg_get_builtin_mime_type( file_name );`](api/mg_get_builtin_mime_type.md)
 * [`mg_get_context( conn );`](api/mg_get_context.md)
 * [`mg_get_context( conn );`](api/mg_get_context.md)
-* [`mg_get_cookie( cookie, var_name, buf, buf_len );`](mg_get_cookie.md)
+* [`mg_get_cookie( cookie, var_name, buf, buf_len );`](api/mg_get_cookie.md)
 * [`mg_get_header( conn, name );`](api/mg_get_header.md)
 * [`mg_get_header( conn, name );`](api/mg_get_header.md)
 * [`mg_get_option( ctx, name );`](api/mg_get_option.md)
 * [`mg_get_option( ctx, name );`](api/mg_get_option.md)
 * [`mg_get_request_info( conn );`](api/mg_get_request_info.md)
 * [`mg_get_request_info( conn );`](api/mg_get_request_info.md)
@@ -47,7 +47,7 @@ the API can be found in [Embedding.md](Embedding.md).
 * [`mg_get_valid_options();`](api/mg_get_valid_options.md)
 * [`mg_get_valid_options();`](api/mg_get_valid_options.md)
 * [`mg_get_var( data, data_len, var_name, dst, dst_len );`](api/mg_get_var.md)
 * [`mg_get_var( data, data_len, var_name, dst, dst_len );`](api/mg_get_var.md)
 * [`mg_get_var2( data, data_len, var_name, dst, dst_len, occurrence );`](api/mg_get_var2.md)
 * [`mg_get_var2( data, data_len, var_name, dst, dst_len, occurrence );`](api/mg_get_var2.md)
-* [`mg_handle_form_request( conn, fdh );`](mg_handle_form_request.md)
+* [`mg_handle_form_request( conn, fdh );`](api/mg_handle_form_request.md)
 * [`mg_lock_connection( conn );`](api/mg_lock_connection.md)
 * [`mg_lock_connection( conn );`](api/mg_lock_connection.md)
 * [`mg_lock_context( ctx );`](api_mg_lock_context.md)
 * [`mg_lock_context( ctx );`](api_mg_lock_context.md)
 * [`mg_md5( buf, ... );`](api/mg_md5.md)
 * [`mg_md5( buf, ... );`](api/mg_md5.md)
@@ -65,11 +65,11 @@ the API can be found in [Embedding.md](Embedding.md).
 * [`mg_start_thread( f, p );`](api/mg_start_thread.md)
 * [`mg_start_thread( f, p );`](api/mg_start_thread.md)
 * [`mg_store_body( conn, path );`](api/mg_store_body.md)
 * [`mg_store_body( conn, path );`](api/mg_store_body.md)
 * [`mg_stop( ctx );`](api/mg_stop.md)
 * [`mg_stop( ctx );`](api/mg_stop.md)
-* [`mg_strcasecmp( s1, s2 );`](mg_strcasecmp.md)
-* [`mg_strncasecmp( s1, s2, len );`](mg_strncasecmp.md)
+* [`mg_strcasecmp( s1, s2 );`](api/mg_strcasecmp.md)
+* [`mg_strncasecmp( s1, s2, len );`](api/mg_strncasecmp.md)
 * [`mg_unlock_connection( conn );`](api/mg_unlock_connection.md)
 * [`mg_unlock_connection( conn );`](api/mg_unlock_connection.md)
 * [`mg_unlock_context( ctx );`](api/mg_unlock_context.md)
 * [`mg_unlock_context( ctx );`](api/mg_unlock_context.md)
-* [~~`mg_upload( conn, destination_dir );`~~](mg_upload.md)
+* [~~`mg_upload( conn, destination_dir );`~~](api/mg_upload.md)
 * [`mg_url_decode( src, src_len, dst, dst_len, is_form_url_encoded );`](api/mg_url_decode.md)
 * [`mg_url_decode( src, src_len, dst, dst_len, is_form_url_encoded );`](api/mg_url_decode.md)
 * [`mg_url_encode( src, dst, dst_len );`](api/mg_url_encode.md)
 * [`mg_url_encode( src, dst, dst_len );`](api/mg_url_encode.md)
 * [`mg_version();`](api/mg_version.md)
 * [`mg_version();`](api/mg_version.md)