Skip to content

Commit c6e65c6

Browse files
pfi79satota2
authored andcommitted
fixed some links
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent b083d42 commit c6e65c6

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/source/deploy_chaincode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func (s *SmartContract) CreateAsset(ctx contractapi.TransactionContextInterface,
140140
141141
```
142142

143-
You can learn more about the Go contract API by visiting the [API documentation](https://github.com/hyperledger/fabric-contract-api-go) and the [smart contract processing topic](developapps/smartcontract.html).
143+
You can learn more about the Go contract API by visiting the [API documentation](https://github.com/hyperledger/fabric-contract-api-go) and the [smart contract processing topic](smartcontract/smartcontract.html).
144144

145145
To install the smart contract dependencies, run the following command from the `asset-transfer-basic/chaincode-go` directory.
146146

docs/source/docs_guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ fabric/docs
6060
│   ├── _templates
6161
│   ├── commands
6262
│   ├── create_channel
63+
│   ├── deployorderer
64+
│   ├── deploypeer
6365
│   ├── dev-setup
64-
│   ├── developapps
6566
│   ├── diagrams
6667
│ ...
6768
│   ├── orderer
@@ -89,8 +90,9 @@ fabric/docs
8990
│   ├── _templates
9091
│   ├── commands
9192
│   ├── create_channel
93+
│   ├── deployorderer
94+
│   ├── deploypeer
9295
│   ├── dev-setup
93-
│   ├── developapps
9496
│   ├── diagrams
9597
...
9698
```
@@ -102,10 +104,6 @@ source files map to their corresponding published topics.
102104

103105
* [`/docs/source/index.rst`](https://raw.githubusercontent.com/hyperledger/fabric/main/docs/source/index.rst) maps to [Hyperledger Fabric title page](https://hyperledger-fabric.readthedocs.io/en/{RTD_TAG}/)
104106

105-
* [`/docs/source/developapps/developing-applications.rst`](https://raw.githubusercontent.com/hyperledger/fabric/main/docs/source/developapps/developing_applications.rst)
106-
maps to [Developing
107-
applications](https://hyperledger-fabric.readthedocs.io/en/{RTD_TAG}/developapps/developing_applications.html)
108-
109107
* [`/docs/source/peers/peers.md`](https://raw.githubusercontent.com/hyperledger/fabric/main/docs/source/peers/peers.md)
110108
maps to
111109
[Peers](https://hyperledger-fabric.readthedocs.io/en/{RTD_TAG}/peers/peers.html)
@@ -136,8 +134,10 @@ locale/ml_IN
136134
│   ├── _static
137135
│   ├── _templates
138136
│   ├── commands
137+
│   ├── create_channel
138+
│   ├── deployorderer
139+
│   ├── deploypeer
139140
│   ├── dev-setup
140-
│   ├── developapps
141141
│   ├── diagrams
142142
│ ...
143143
│   ├── orderer

docs/source/orderer/ordering_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ For information on how to deploy and manage the BFT orderer, be sure to check ou
355355

356356
The protocol used by Fabric's BFT orderer implementation is the [SmartBFT](https://arxiv.org/abs/2107.0692) protocol
357357
heavily inspired by the [BFT-SMART](https://www.di.fc.ul.pt/~bessani/publications/dsn14-bftsmart.pdf) protocol,
358-
which itself can be thought of as a non-pipelined(*) version of the seminal [PBFT](https://pmg.csail.mit.edu/papers/osdi99.pdf) protocol.
358+
which itself can be thought of as a non-pipelined(*) version of the seminal [PBFT](http://pmg.csail.mit.edu/papers/osdi99.pdf) protocol.
359359
As in Raft, the protocol designates a single leader which batches transactions into a block and sends them to the rest of the nodes, termed followers.
360360
However, unlike Raft, the leader is not dynamically selected but is rotated in a round-robin fashion every time the previous leader is suspected of being faulty
361361
by the follower nodes.

docs/source/status.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Status
22
=================
33

44
Hyperledger Fabric is in the *Graduated* state. For more information on the history of this project see our `wiki page <https://wiki.hyperledger.org/display/fabric/Hyperledger+Fabric>`__. Information on what *Graduated* entails can be found in
5-
the Hyperledger `Project Lifecycle document <https://tsc.hyperledger.org/project-lifecycle.html>`__.
5+
the Hyperledger `Project Lifecycle document <https://lf-decentralized-trust.github.io/governance/governing-documents/project-lifecycle/>`__.
66

77
.. Licensed under Creative Commons Attribution 4.0 International License
88
https://creativecommons.org/licenses/by/4.0/

docs/source/write_first_app.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ for a up to date list of supported programming language runtimes and dependencie
5656

5757
Ensure you have a suitable version of your chosen runtime installed. For installation instructions, see:
5858

59-
- `Node.js <https://nodejs.dev/learn/how-to-install-nodejs>`_.
59+
- `Node.js <https://nodejs.org/en/download>`_.
6060
- `Go <https://go.dev/doc/install>`_.
6161
- `Java <https://adoptium.net/>`_.
6262

0 commit comments

Comments
 (0)