diff --git a/examples/README.md b/examples/README.md index 48242fc..886a358 100644 --- a/examples/README.md +++ b/examples/README.md @@ -13,7 +13,7 @@ The provided examples are useful to establish robust accounting for the stETH re ### Reward history -- [Example 3. Retrieve reward history for the chosen account using the event logs (recommended)](rewards/README.mdretrieve-reward-history-for-the-particular-account-using-the-event-logs-recommended) +- [Example 3. Retrieve reward history for the chosen account using the event logs (recommended)](rewards/README.md#retrieve-reward-history-for-the-particular-account-using-the-event-logs-recommended) - [Example 4. Retrieve reward history for the chosen account using the Subgraph indexer (alternative way)](rewards/README.md#retrieve-reward-history-for-the-particular-account-using-the-subgraph-indexer-alternative-way) - [Example 5. Calculate the effective APR for the chosen account concerning the given period](rewards/README.md#calculate-the-effective-apr-for-the-chosen-account-concerning-the-given-period) - [Example 6. Keep track of rewards accrued for the set of accounts](rewards/README.md#keep-track-of-rewards-accrued-for-the-set-of-accounts)