lending: fix link anchors
This commit is contained in:
parent
3591f80616
commit
ed24c0fe57
|
@ -11,9 +11,9 @@ cargo install spl-token-lending-cli
|
|||
|
||||
## Deploy a lending program (optional)
|
||||
|
||||
This is optional! You can simply add your own market and reserves to the existing [on-chain programs](../README.md#On-chain-programs).
|
||||
This is optional! You can simply add your own market and reserves to the existing [on-chain programs](../README.md#on-chain-programs).
|
||||
|
||||
If you want to deploy your own program, follow [this guide](../README.md#Deploy-a-lending-program) and note the program ID.
|
||||
If you want to deploy your own program, follow [this guide](../README.md#deploy-a-lending-program-optional) and note the program ID.
|
||||
|
||||
## Create a lending market
|
||||
|
||||
|
@ -98,4 +98,4 @@ spl-token-lending \
|
|||
# Signature: 3dk79hSgzFhxPrmctYnS5dxRhojfKkDwwLxEda9bTXqVELHSL4ux8au4jwvL8xuraVhaZAmugCn4TA1YCfLM4sVL
|
||||
```
|
||||
|
||||
Note the reserve pubkey (e.g. `69BwFhpQBzZfcp9MCj9V8TLvdv9zGfQQPQbb8dUHsaEa`). You'll use this to deposit liquidity, redeem collateral, borrow, repay, and liquidate.
|
||||
Note the reserve pubkey (e.g. `69BwFhpQBzZfcp9MCj9V8TLvdv9zGfQQPQbb8dUHsaEa`). You'll use this to deposit liquidity, redeem collateral, borrow, repay, and liquidate.
|
||||
|
|
Loading…
Reference in New Issue