Skip to content

Commit 6ee4a34

Browse files
committed
Remove docs/nodeSDK from fabric and add links
This is the second part of moving the docs out of fabric and into fabric-sdk-node. nodeSDK readthedocs will be deleted from fabric and replaced by links to fabric-sdk-node.readthedocs. See FAB-863. Change-Id: I0258b7afde48a8b5cf8f290eb871a6e1fbe52986 Signed-off-by: cdaughtr <[email protected]>
1 parent ed7c4cf commit 6ee4a34

13 files changed

+5
-382
lines changed

docs/Setup/NodeSDK-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ execute the following command:
1818
npm install -g hfc
1919
```
2020

21-
See [Hyperledger fabric Node.js client SDK](../nodeSDK/node-sdk-guide.md) for more information.
21+
See [Hyperledger fabric Node.js client SDK](http://fabric-sdk-node.readthedocs.io/en/latest/node-sdk-guide) for more information.
2222

2323

2424
## Hyperledger fabric network

docs/dev-setup/build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ go test -v -run=TestGetFoo
7777

7878
### Running Node.js Unit Tests
7979

80-
You must also run the Node.js unit tests to insure that the Node.js client SDK is not broken by your changes. To run the Node.js unit tests, follow the instructions [here](https://github.com/hyperledger/fabric/tree/master/sdk/node#unit-tests).
80+
You must also run the Node.js unit tests to insure that the Node.js client SDK is not broken by your changes. To run the Node.js unit tests, follow the instructions [here](https://github.com/hyperledger/fabric-sdk-node/README.md).
8181

8282
### Running Behave BDD Tests
8383
[Behave](http://pythonhosted.org/behave/) tests will setup networks of peers with different security and consensus configurations and verify that transactions run properly. To run these tests

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ relating to Chaincode.
124124
- [APIs - CLI, REST, and Node.js](API/CoreAPI.md)
125125
- [CLI](API/CoreAPI.md#cli): working with the command-line interface.
126126
- [REST](API/CoreAPI.md#rest-api): working with the REST API (*deprecated*).
127-
- [Node.js SDK](nodeSDK/node-sdk-guide.md): working with the Node.js SDK.
127+
- [Node.js SDK](http://fabric-sdk-node.readthedocs.io/en/latest/node-sdk-guide): working with the Node.js SDK.
128128

129129
## Fabric developer guide
130130

docs/nodeSDK/app-developer-env-setup.md

-50
This file was deleted.

docs/nodeSDK/app-overview.md

-56
This file was deleted.
-50.8 KB
Binary file not shown.
-50.8 KB
Binary file not shown.

docs/nodeSDK/node-sdk-guide.md

-32
This file was deleted.

docs/nodeSDK/node-sdk-indepth.md

-169
This file was deleted.

0 commit comments

Comments
 (0)