From 5e0ee3a998b3cbfb3d4b1e092e8cdfecb082ad47 Mon Sep 17 00:00:00 2001 From: NIKHIL E GUPTA Date: Thu, 23 Apr 2020 09:08:37 -0400 Subject: [PATCH] Fix broken tutorials link Signed-off-by: NIKHIL E GUPTA --- docs/_jsdoc/index.md | 4 ++-- docs/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_jsdoc/index.md b/docs/_jsdoc/index.md index 56df3a5d..3fa75b55 100644 --- a/docs/_jsdoc/index.md +++ b/docs/_jsdoc/index.md @@ -13,7 +13,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. -Detailed explanation on the concept and programming model can be found here: [http://hyperledger-fabric.readthedocs.io/en/latest/chaincode.html](http://hyperledger-fabric.readthedocs.io/en/latest/chaincode.html). +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/latest/developapps/smartcontract.html). ## Contract Interface @@ -25,7 +25,7 @@ npm install --save fabric-contract-api ### Usage -Implement a class that ends the `contract` class, a constructor is needed. +Implement a class that ends the `contract` class, a constructor is needed. The other functions will be invokable functions of your Smart Contract ```javascript diff --git a/docs/index.md b/docs/index.md index 92c2ed2a..1ad956dc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ in various programming languages. There are two other smart contract SDKs availa ## Documentation -Detailed explanation on the concepts and programming model for smart contracts can be found in the [Chaincode Tutorials section of the Hyperledger Fabric documentation](http://hyperledger-fabric.readthedocs.io/en/latest/chaincode.html). +Detailed explanation on the concepts and programming model for smart contracts can be found in the [Chaincode for developers tutorial in the Hyperledger Fabric documentation](https://hyperledger-fabric.readthedocs.io/en/latest/chaincode.html). API documentation is available for each release: