From 1be65a690f2d332eacf8a800c6ccf69313b4ee2f Mon Sep 17 00:00:00 2001 From: jefftaylor-okta <74998609+jefftaylor-okta@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:09:01 -0700 Subject: [PATCH] [MIGRATION.md] Updated Custom Retry Link --- MIGRATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATING.md b/MIGRATING.md index 8fd835234..11ecea01c 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -94,7 +94,7 @@ For more details about other APIs, please check out [here](API_README.md#Documen ### Rate Limit -The SDK uses [Polly](https://github.com/App-vNext/Polly) to implement the retry strategy when rate limit has been exceeded. The default retry strategy behavior and the way you configure it remains the same. However, if you want to provide your own retry logic you have to use Polly. Check out the [README](README#Custom_Retry) for more details. +The SDK uses [Polly](https://github.com/App-vNext/Polly) to implement the retry strategy when rate limit has been exceeded. The default retry strategy behavior and the way you configure it remains the same. However, if you want to provide your own retry logic you have to use Polly. Check out the [README](README.md#custom-retry) for more details. ## Migrating from 4.x to 5.x