Skip to content

Commit

Permalink
Fix and update docs
Browse files Browse the repository at this point in the history
Fix doc generation by removing broken link to fabric-ledger.

Update outdated links.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Feb 4, 2025
1 parent 47b35f0 commit debdbdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/_jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"source": {
"include": [
"./_jsdoc/index.md",
"../libraries/fabric-ledger/lib/Ledger.js",
"../libraries/fabric-shim/lib/chaincode.js",
"../libraries/fabric-shim/lib/stub.js",
"../libraries/fabric-shim/lib/iterators.js",
Expand Down
6 changes: 3 additions & 3 deletions docs/_jsdoc/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![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)
[![Build Status](https://img.shields.io/github/actions/workflow/status/hyperledger/fabric-chaincode-node/pull_request.yaml?branch=main&label=build%20-%20main)](https://github.com/hyperledger/fabric-chaincode-node/actions/workflows/pull_request.yaml)
[![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)
[![fabric-shim npm module](https://img.shields.io/npm/v/fabric-shim?label=fabric-shim)](https://www.npmjs.com/package/fabric-shim)
[![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)
[![Rocket.Chat](https://chat.hyperledger.org/images/join-chat.svg)](https://chat.hyperledger.org/channel/fabric-chaincode-dev)
[Discord Chat](https://discord.com/invite/hyperledger)

## Overview

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

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

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).
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).

## Contract Interface

Expand Down

0 comments on commit debdbdd

Please sign in to comment.