From 5db2a74b077685666ea70c94c4f92c237cc66aa8 Mon Sep 17 00:00:00 2001 From: Catalin Miron Date: Thu, 12 Oct 2017 22:55:43 +0300 Subject: [PATCH] Fix README.md Fix example links for Download and Multipart/form-data --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c7d24a59..7723d1ce7 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ A project committed to making file access and data transfer easier and more effi * [Installation](#user-content-installation) * [HTTP Data Transfer](#user-content-http-data-transfer) * [Regular Request](#user-content-regular-request) - * [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token) + * [Download file](#download-example-fetch-files-that-need-authorization-token) * [Upload file](#user-content-upload-example--dropbox-files-upload-api) - * [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data) + * [Multipart/form upload](#multipartform-data-example-post-form-data-with-file-and-data) * [Upload/Download progress](#user-content-uploaddownload-progress) * [Cancel HTTP request](#user-content-cancel-request) * [Android Media Scanner, and Download Manager Support](#user-content-android-media-scanner-and-download-manager-support)