From 0e9e9ae5298452c3f95b02aadb3bf734a1bfc123 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Wed, 22 Apr 2020 10:34:17 -0500 Subject: [PATCH] docs: Update doc link to point at readthedocs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17694053..9c61daae 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![NPM](https://nodei.co/npm/itoolkit.png?downloads=true&downloadRank=true)](https://nodei.co/npm/itoolkit/) +[![Documentation Status](https://readthedocs.org/projects/nodejs-itoolkit/badge/?version=latest)](https://nodejs-itoolkit.readthedocs.io/en/latest/?badge=latest) `itoolkit` is a Node.js interface to [XMLSERVICE](https://github.com/IBM/xmlservice) to access all things IBM i. @@ -234,7 +235,7 @@ conn.run((error, xmlOutput) => { ``` # Documentation -Please read the [docs](docs/README.md). +Please read the [docs](https://nodejs-itoolkit.readthedocs.io/en/latest/). # Testing Refer to the [README](test/README.md)