Skip to content

Commit 52ca1b2

Browse files
authored
fix dead links (#326)
1 parent 9fe2969 commit 52ca1b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

framework/docs/src/3_framework/1_abstract_sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ flowchart LR
114114
```
115115

116116
```admonish reminder
117-
The `Account` is a set of smart-contracts that function as smart-contract wallet infrastructure. It holds the application's funds. We covered the `Account` architecture in detail [here](./3_architecture.md.md).
117+
The `Account` is a set of smart-contracts that function as smart-contract wallet infrastructure. It holds the application's funds. We covered the `Account` architecture in detail [here](3_architecture.md).
118118
```
119119

120120
Each solid arrow represents permissions to perform actions on behalf of the account. These permissions allow the contracts to move funds, interact with other contracts through the account, and perform other actions. It does this by sending messages to the account, which then executes them on behalf of the module. This is the basic idea behind account abstraction and is further elaborated in on the [account abstraction](./2_account_abstraction.md) page. Now, let's focus on the dotted arrows.

framework/docs/src/5_platform/5_module_factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ sequenceDiagram
8484

8585
### App Execution w/ Dependencies
8686

87-
In this example, we use [Equilibrium](../../use_cases/equilibrium.md)'s `Rebalance` permissionless function as an example. Modules with
87+
In this example, we use [Equilibrium](../7_use_cases/1_equilibrium.md)'s `Rebalance` permissionless function as an example. Modules with
8888
dependencies (`equilibrium:balancer` is dependent on `abstract:etf` and `abstract:dex`) have their addresses dynamically
8989
resolved when called.
9090

0 commit comments

Comments
 (0)