Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ed24c0f

Browse files
authored
lending: fix link anchors
1 parent 3591f80 commit ed24c0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

token-lending/cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ cargo install spl-token-lending-cli
1111

1212
## Deploy a lending program (optional)
1313

14-
This is optional! You can simply add your own market and reserves to the existing [on-chain programs](../README.md#On-chain-programs).
14+
This is optional! You can simply add your own market and reserves to the existing [on-chain programs](../README.md#on-chain-programs).
1515

16-
If you want to deploy your own program, follow [this guide](../README.md#Deploy-a-lending-program) and note the program ID.
16+
If you want to deploy your own program, follow [this guide](../README.md#deploy-a-lending-program-optional) and note the program ID.
1717

1818
## Create a lending market
1919

@@ -98,4 +98,4 @@ spl-token-lending \
9898
# Signature: 3dk79hSgzFhxPrmctYnS5dxRhojfKkDwwLxEda9bTXqVELHSL4ux8au4jwvL8xuraVhaZAmugCn4TA1YCfLM4sVL
9999
```
100100

101-
Note the reserve pubkey (e.g. `69BwFhpQBzZfcp9MCj9V8TLvdv9zGfQQPQbb8dUHsaEa`). You'll use this to deposit liquidity, redeem collateral, borrow, repay, and liquidate.
101+
Note the reserve pubkey (e.g. `69BwFhpQBzZfcp9MCj9V8TLvdv9zGfQQPQbb8dUHsaEa`). You'll use this to deposit liquidity, redeem collateral, borrow, repay, and liquidate.

0 commit comments

Comments
 (0)