Skip to content

Commit 87508d4

Browse files
committed
fixed some links
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent 7887caf commit 87508d4

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-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: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ fabric/docs
6161
│   ├── commands
6262
│   ├── create_channel
6363
│   ├── dev-setup
64-
│   ├── developapps
6564
│   ├── diagrams
6665
│ ...
6766
│   ├── orderer
@@ -90,7 +89,6 @@ fabric/docs
9089
│   ├── commands
9190
│   ├── create_channel
9291
│   ├── dev-setup
93-
│   ├── developapps
9492
│   ├── diagrams
9593
...
9694
```
@@ -102,10 +100,6 @@ source files map to their corresponding published topics.
102100

103101
* [`/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}/)
104102

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-
109103
* [`/docs/source/peers/peers.md`](https://raw.githubusercontent.com/hyperledger/fabric/main/docs/source/peers/peers.md)
110104
maps to
111105
[Peers](https://hyperledger-fabric.readthedocs.io/en/{RTD_TAG}/peers/peers.html)
@@ -137,7 +131,6 @@ locale/ml_IN
137131
│   ├── _templates
138132
│   ├── commands
139133
│   ├── dev-setup
140-
│   ├── developapps
141134
│   ├── diagrams
142135
│ ...
143136
│   ├── 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)