From 2d6b5bf042af5048150ace5df32ff79996b5d451 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Thu, 11 Jun 2020 22:09:25 -0500 Subject: [PATCH] docs: Update setup transport interface links --- test/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/README.md b/test/README.md index b309e45d..0bb413b0 100644 --- a/test/README.md +++ b/test/README.md @@ -12,11 +12,9 @@ Ensure dependencies are installed by running `npm install` from the project root Integration tests require additional setup and configuration. Some tests require objects to preexist on the IBM i. The test case will check if the object exists and log instructions if the object is not found. -## Setup Rest interface -- view the [README](../README.md#rest) +## [Setup Rest interface](https://nodejs-itoolkit.readthedocs.io/en/latest/Connection.html#rest) -## Setup SSH interface -- view the [README](../README.md#ssh) +## [Setup SSH interface](https://nodejs-itoolkit.readthedocs.io/en/latest/Connection.html#ssh) ## Configuring Tests