Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtlofgren committed Mar 4, 2024
1 parent 057fbc3 commit ef45918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub use namada_sdk; // exposes the namada_sdk module for low level interactions
The functions exposed by each of these modules (excluding `namada_sdk`) are described in the following sections.

- [Reading](./usage/reading.mdx)
- [Transaction](./usage/transaction.mdx)
- [Transaction](./usage/transactions.mdx)
- [Writing](./usage/writing.mdx)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn payload(self) -> Tx {...}
pub fn validate_tx(&self) -> Result<Option<&Signature>, TxError> {...}
```

Using these modules is given in more detail under the [examples section](./examples.mdx). Below we describe the instantiating of each struct associated with the respective module.
Using these modules is given in more detail under the [examples section](../examples.mdx). Below we describe the instantiating of each struct associated with the respective module.

### Account

Expand Down

0 comments on commit ef45918

Please sign in to comment.