Skip to content

Commit cdd60ef

Browse files
committed
fix broken links
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent 4c1840f commit cdd60ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Raft
547547
----
548548

549549
New for v1.4.1, Raft is a crash fault tolerant (CFT) ordering service
550-
implementation based on the `etcd library <https://coreos.com/etcd/>`_
550+
implementation based on the `etcd library <https://etcd.io/>`_
551551
of the `Raft protocol <https://raft.github.io/raft.pdf>`_. Raft follows a
552552
"leader and follower" model, where a leader node is elected (per channel) and
553553
its decisions are replicated by the followers.

docs/source/orderer/ordering_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ implementation the node will be used in), check out [our documentation on deploy
189189

190190
New as of v1.4.1, Raft is a crash fault tolerant (CFT) ordering service
191191
based on an implementation of [Raft protocol](https://raft.github.io/raft.pdf)
192-
in [`etcd`](https://coreos.com/etcd/). Raft follows a "leader and
192+
in [`etcd`](https://etcd.io/). Raft follows a "leader and
193193
follower" model, where a leader node is elected (per channel) and its decisions
194194
are replicated by the followers.
195195

docs/source/whatis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The order-execute architecture can be found in virtually all existing blockchain
179179
systems, ranging from public/permissionless platforms such as
180180
[Ethereum](https://ethereum.org/) (with PoS-based consensus) to permissioned
181181
platforms such as [Tendermint](http://tendermint.com/),
182-
[Chain](http://chain.com/), and [Quorum](https://docs.goquorum.consensys.io/).
182+
[Chain](http://chain.com/), and [Quorum](https://goquorum.readthedocs.io/).
183183

184184
Smart contracts executing in a blockchain that operates with the order-execute
185185
architecture must be deterministic; otherwise, consensus might never be reached.

0 commit comments

Comments
 (0)