Skip to content

Commit da27c6a

Browse files
authored
Fix and update docs (#449)
Fix doc generation by removing broken link to fabric-ledger. Update outdated links. Signed-off-by: David Enyeart <[email protected]>
1 parent 47b35f0 commit da27c6a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/_jsdoc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"source": {
33
"include": [
44
"./_jsdoc/index.md",
5-
"../libraries/fabric-ledger/lib/Ledger.js",
65
"../libraries/fabric-shim/lib/chaincode.js",
76
"../libraries/fabric-shim/lib/stub.js",
87
"../libraries/fabric-shim/lib/iterators.js",

docs/_jsdoc/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Build Status](https://dev.azure.com/Hyperledger/Fabric-Chaincode-Node/_apis/build/status/Fabric-Chaincode-Node?branchName=main)](https://dev.azure.com/Hyperledger/Fabric-Chaincode-Node/_build/latest?definitionId=33&branchName=main)
1+
[![Build Status](https://github.com/hyperledger/fabric-chaincode-node/actions/workflows/schedule.yaml/badge.svg)](https://github.com/hyperledger/fabric-chaincode-node/actions/workflows/schedule.yaml)
22
[![fabric-contract-api npm module](https://img.shields.io/npm/v/fabric-shim?label=fabric-contract-api)](https://www.npmjs.com/package/fabric-contract-api)
33
[![fabric-shim npm module](https://img.shields.io/npm/v/fabric-shim?label=fabric-shim)](https://www.npmjs.com/package/fabric-shim)
44
[![fabric-shim-api npm module](https://img.shields.io/npm/v/fabric-shim?label=fabric-shim-api)](https://www.npmjs.com/package/fabric-shim-api)
5-
[![Rocket.Chat](https://chat.hyperledger.org/images/join-chat.svg)](https://chat.hyperledger.org/channel/fabric-chaincode-dev)
5+
[Discord Chat](https://discord.com/invite/hyperledger)
66

77
## Overview
88

@@ -12,7 +12,7 @@ The `fabric-shim` provides the *chaincode interface*, a lower level API for impl
1212

1313
To confirm that the `fabric-shim` maintains API and functional compatibility with previous versions of Hyperledger Fabric.
1414

15-
A more detailed explanation on the concept and programming model can be found in the [smart contract processing topic](https://hyperledger-fabric.readthedocs.io/en/release-2.3/developapps/smartcontract.html).
15+
A more detailed explanation on the concept and programming model can be found in the [smart contract tutorial](https://hyperledger-fabric.readthedocs.io/en/latest/chaincode4ade.html#asset-transfer-chaincode).
1616

1717
## Contract Interface
1818

0 commit comments

Comments
 (0)