Skip to content

Commit 3d3264d

Browse files
nikhil550NIKHIL E GUPTA
andauthored
Fix broken tutorials link (#137) (#138)
Signed-off-by: NIKHIL E GUPTA <[email protected]> Co-authored-by: NIKHIL E GUPTA <[email protected]> Co-authored-by: NIKHIL E GUPTA <[email protected]>
1 parent ac5b009 commit 3d3264d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_jsdoc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `fabric-shim` provides the *chaincode interface*, a lower level API for impl
1313

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

16-
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).
16+
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).
1717

1818
## Contract Interface
1919

@@ -25,7 +25,7 @@ npm install --save fabric-contract-api
2525

2626
### Usage
2727

28-
Implement a class that ends the `contract` class, a constructor is needed.
28+
Implement a class that ends the `contract` class, a constructor is needed.
2929
The other functions will be invokable functions of your Smart Contract
3030

3131
```javascript

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ in various programming languages. There are two other smart contract SDKs availa
1010

1111
## Documentation
1212

13-
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).
13+
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).
1414

1515
API documentation is available for each release:
1616

0 commit comments

Comments
 (0)