From cdacd9761c2f035d561bad25ad19273289b64ec1 Mon Sep 17 00:00:00 2001 From: Lipin Kariappa <67861627+lipinnnnn@users.noreply.github.com> Date: Fri, 31 Jan 2025 00:43:42 +0530 Subject: [PATCH] chore(docs): Issue was related to the outdated file path and Permalink in README.md (#5936) chore(docs): Issue was related to the outdated file path and Permalink in README.md (#5936) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4fed0..e4c350f 100644 --- a/README.md +++ b/README.md @@ -693,7 +693,7 @@ instance.defaults.headers.common['Authorization'] = AUTH_TOKEN; ### Config order of precedence -Config will be merged with an order of precedence. The order is library defaults found in [lib/defaults.js](https://github.com/axios/axios/blob/master/lib/defaults/index.js#L28), then `defaults` property of the instance, and finally `config` argument for the request. The latter will take precedence over the former. Here's an example. +Config will be merged with an order of precedence. The order is library defaults found in [lib/defaults/index.js](https://github.com/axios/axios/blob/main/lib/defaults/index.js#L49), then `defaults` property of the instance, and finally `config` argument for the request. The latter will take precedence over the former. Here's an example. ```js // Create an instance using the config defaults provided by the library