Skip to content

Commit 9725c2c

Browse files
authored
docs: Update doc link to point at readthedocs (#258)
1 parent 7fead68 commit 9725c2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![NPM](https://nodei.co/npm/itoolkit.png?downloads=true&downloadRank=true)](https://nodei.co/npm/itoolkit/)
44

5+
[![Documentation Status](https://readthedocs.org/projects/nodejs-itoolkit/badge/?version=latest)](https://nodejs-itoolkit.readthedocs.io/en/latest/?badge=latest)
56

67
`itoolkit` is a Node.js interface to [XMLSERVICE](https://github.com/IBM/xmlservice) to access all things IBM i.
78

@@ -234,7 +235,7 @@ conn.run((error, xmlOutput) => {
234235
```
235236

236237
# Documentation
237-
Please read the [docs](docs/README.md).
238+
Please read the [docs](https://nodejs-itoolkit.readthedocs.io/en/latest/).
238239

239240
# Testing
240241
Refer to the [README](test/README.md)

0 commit comments

Comments
 (0)