Skip to content

Commit

Permalink
[App Config] update sync-token docs url from 404 to a valid url (#17960)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru authored Sep 30, 2021
1 parent e219c0a commit ff2f53c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {

/**
* The sync token header, as described here:
* https://github.com/Azure/AppConfiguration/blob/master/docs/REST/consistency.md
* https://docs.microsoft.com/azure/azure-app-configuration/rest-api-consistency
* @internal
*/
export const SyncTokenHeaderName = "sync-token";
Expand Down Expand Up @@ -57,7 +57,7 @@ class SyncTokenPolicy extends BaseRequestPolicy {
* caching and load balancing within App Configuration).
*
* (protocol and format described here)
* https://github.com/Azure/AppConfiguration/blob/master/docs/REST/consistency.md
* https://docs.microsoft.com/azure/azure-app-configuration/rest-api-consistency
*
* @internal
*/
Expand Down

0 comments on commit ff2f53c

Please sign in to comment.