From 8e1cb4ab00a68659082ccd28cc321c08309e9963 Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:45:15 +0200 Subject: [PATCH] small fix --- docs/endpointFunctionList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/endpointFunctionList.md b/docs/endpointFunctionList.md index 1724dd0..ee1f42f 100644 --- a/docs/endpointFunctionList.md +++ b/docs/endpointFunctionList.md @@ -16,7 +16,7 @@ The following table shows all methods available in each REST client, whether the This can be used to easily find which method to call, once you have [found which endpoint you're looking to use](https://github.com/tiagosiebler/awesome-crypto-examples/wiki/How-to-find-SDK-functions-that-match-API-docs-endpoint). -All REST clients are in the [/src/](/src) folder. For usage examples, make sure to check the [/examples/](/examples) folder. +All REST clients are in the [/src](/src) folder. For usage examples, make sure to check the [/examples](/examples) folder. - [rest-client-v5](#rest-client-v5ts)