From 34422530d2456c6c2ea25aa567df407fb2fe9a54 Mon Sep 17 00:00:00 2001 From: Vinni <267180338+vincenzofamoso@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:41:06 -0600 Subject: [PATCH] Fix broken Barz article links --- .../cutting-diamonds-how-to-make-accounts-awesome.md | 6 +++--- .../introducing-barz-trustwallet-smart-wallet-solution.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/barz-smart-wallet/cutting-diamonds-how-to-make-accounts-awesome.md b/barz-smart-wallet/cutting-diamonds-how-to-make-accounts-awesome.md index 2287cfd..1ba759d 100644 --- a/barz-smart-wallet/cutting-diamonds-how-to-make-accounts-awesome.md +++ b/barz-smart-wallet/cutting-diamonds-how-to-make-accounts-awesome.md @@ -5,8 +5,8 @@ Special thanks to [Luis Ocegueda](https://twitter.com/luis_oce), [Artem Goryunov This is the second of an article series on Barz. -1. [Introducing Barz: Trust Wallet’s Smart Wallet Solution](/introducing-barz-trustwallet-smart-wallet-solution) -2. [Cutting Diamonds: How to make Accounts Awesome](/cutting-diamonds-how-to-make-accounts-awesome) +1. [Introducing Barz: Trust Wallet’s Smart Wallet Solution](/barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md) +2. [Cutting Diamonds: How to make Accounts Awesome](/barz-smart-wallet/cutting-diamonds-how-to-make-accounts-awesome.md) 3. For Builders By Builders: Introducing the Barz SDK 4. Multi-tier Module system. A secure foundation for open innovation @@ -16,7 +16,7 @@ In this article, we’ll share the optimizations we did to Diamond to make Barz -In our [first article](/introducing-barz-trustwallet-smart-wallet-solution), we introduced the [Barz Smart Wallet System](https://github.com/trustwallet/barz/tree/main), and we’ve also shared about the overall structure of [Barz](https://github.com/trustwallet/barz/tree/main) and how [Diamond Proxy Pattern(EIP-2535)](https://eips.ethereum.org/EIPS/eip-2535) works under the hood. +In our [first article](/barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md), we introduced the [Barz Smart Wallet System](https://github.com/trustwallet/barz/tree/main), and we’ve also shared about the overall structure of [Barz](https://github.com/trustwallet/barz/tree/main) and how [Diamond Proxy Pattern(EIP-2535)](https://eips.ethereum.org/EIPS/eip-2535) works under the hood. In this article, we’ll dive into the details of how we optimized Diamond and added smart contract-level infrastructural components to provide better security to our users. diff --git a/barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md b/barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md index 52058a0..8157886 100644 --- a/barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md +++ b/barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md @@ -7,8 +7,8 @@ Special thanks to [Luis Ocegueda](https://twitter.com/luis_oce) and [Artem Goryu This is the first of an article series on Barz. -1. [Introducing Barz: Trust Wallet’s Smart Wallet Solution](/introducing-barz-trustwallet-smart-wallet-solution) -2. [Cutting Diamonds: How to make Accounts Awesome](/cutting-diamonds-how-to-make-accounts-awesome) +1. [Introducing Barz: Trust Wallet’s Smart Wallet Solution](/barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md) +2. [Cutting Diamonds: How to make Accounts Awesome](/barz-smart-wallet/cutting-diamonds-how-to-make-accounts-awesome.md) 3. For Builders By Builders: Introducing the Barz SDK 4. Multi-tier Module system. A secure foundation for open innovation @@ -427,4 +427,4 @@ The Barz Smart Wallet Architecture utilizing Diamond allows modular and flexible In our next article, we’ll share the optimizations we did to make Diamonds much better for building smart wallets. -Stay tuned for our next article series and releases of powerful use cases of smart wallet built on [Barz](https://github.com/trustwallet/barz). \ No newline at end of file +Stay tuned for our next article series and releases of powerful use cases of smart wallet built on [Barz](https://github.com/trustwallet/barz).