From 41e70d3d95622f9d1d3891e19be2f952ce1c8828 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 15 Feb 2022 13:31:26 -0800 Subject: [PATCH] fix: link to new consensus mechanism explainer (#1317) * fix: link to new consensus mechanism explainer * Update link for consistency Similar update was made in PR#1306 Co-authored-by: Amarantha Kulkarni --- content/concepts/consensus-network/consensus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/consensus-network/consensus.md b/content/concepts/consensus-network/consensus.md index 2719835b97..f8578642f9 100644 --- a/content/concepts/consensus-network/consensus.md +++ b/content/concepts/consensus-network/consensus.md @@ -175,7 +175,7 @@ Best practices for applications submitting transactions include: - **Concepts:** - [Introduction to Consensus](intro-to-consensus.html) - [Consensus Research](consensus-research.html) - - [Ripple Consensus Video](https://www.youtube.com/watch?v=pj1QVb1vlC0) + - [The Consensus Mechanism (YouTube)](https://www.youtube.com/watch?v=k6VqEkqRTmk&list=PLJQ55Tj1hIVZtJ_JdTvSum2qMTsedWkNi&index=2) - **Tutorials:** - [Reliable Transaction Submission](reliable-transaction-submission.html) - [Run `rippled` as a Validator](run-rippled-as-a-validator.html)