Make links to inverse not work
stop double /master
This commit is contained in:
@@ -43,7 +43,7 @@ client.changeUserLeverage({leverage: 4, symbol: 'ETHUSD'})
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
See inverse [rest-client.js](./master/lib/rest-client.js) for further information.
|
See inverse [rest-client.js](./lib/rest-client.js) for further information.
|
||||||
|
|
||||||
#### Websocket client
|
#### Websocket client
|
||||||
```javascript
|
```javascript
|
||||||
@@ -105,7 +105,7 @@ ws.on('error', err => {
|
|||||||
console.error('ERR', err);
|
console.error('ERR', err);
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
See inverse [websocket-client.js](./master/lib/websocket-client.js) & [ws api docs](./doc/websocket-client.md) for further information.
|
See inverse [websocket-client.js](./lib/websocket-client.js) & [ws api docs](./doc/websocket-client.md) for further information.
|
||||||
|
|
||||||
### Customise Logging
|
### Customise Logging
|
||||||
Pass a custom logger which supports the log methods `silly`, `debug`, `notice`, `info`, `warning` and `error`, or override methods from the default logger as desired:
|
Pass a custom logger which supports the log methods `silly`, `debug`, `notice`, `info`, `warning` and `error`, or override methods from the default logger as desired:
|
||||||
|
|||||||
Reference in New Issue
Block a user