lending: fix link anchors

This commit is contained in:
Jordan Sexton 2021-06-23 16:19:48 -05:00 committed by GitHub
parent 3591f80616
commit ed24c0fe57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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.