Skip to content

Commit b010aab

Browse files
authored
Merge pull request #1806 from koh1project/patch-1
Update OtherAPIs.md to fix links
2 parents b7bed38 + b98cceb commit b010aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/OtherAPIs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ try {
9696

9797
## MIDDLEWAREOPTIONS
9898

99-
You can override the client middleware behavior by setting per request middleware options. Use the `.middlewareOptions()` request builder method to add custom middleware behavior for a specific request. The `middlewareOptions()` method takes an array of strongly typed middleware options. These middleware options are an implementation of the [MiddlewareOptions](../src/middleware/option/IMiddlewareOptions.ts) interface.
99+
You can override the client middleware behavior by setting per request middleware options. Use the `.middlewareOptions()` request builder method to add custom middleware behavior for a specific request. The `middlewareOptions()` method takes an array of strongly typed middleware options. These middleware options are an implementation of the [MiddlewareOptions](../src/middleware/options/IMiddlewareOptions.ts) interface.
100100

101101
```typescript
102102
try {
@@ -112,7 +112,7 @@ try {
112112

113113
## RESPONSETYPE
114114

115-
To set a custom response type, use the`.responseType(<ResponseType>)` method. Refer [ResponseType.ts](./src/ResponseType.ts) for available options.
115+
To set a custom response type, use the`.responseType(<ResponseType>)` method. Refer [ResponseType.ts](../src/ResponseType.ts) for available options.
116116

117117
```typescript
118118
try {

0 commit comments

Comments
 (0)