Skip to content

Commit 1cf1486

Browse files
authored
chore(client): use absolute doc links in readme (#38)
1 parent 1509446 commit 1cf1486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ npm i -s @questdb/nodejs-client
1212
## Configuration options
1313

1414
Detailed description of the client's configuration options can be found in
15-
the <a href="SenderOptions.html">SenderOptions</a> documentation.
15+
the <a href="https://questdb.github.io/nodejs-questdb-client/SenderOptions.html">SenderOptions</a> documentation.
1616

1717
## Examples
1818

1919
The examples below demonstrate how to use the client. <br>
20-
For more details, please, check the <a href="Sender.html">Sender</a>'s documentation.
20+
For more details, please, check the <a href="https://questdb.github.io/nodejs-questdb-client/Sender.html">Sender</a>'s documentation.
2121

2222
### Basic API usage
2323

0 commit comments

Comments
 (0)