From a0eb45b319351e0be362b48f92a43229243e442e Mon Sep 17 00:00:00 2001 From: icyfire0573 <40814526+icyfire0573@users.noreply.github.com> Date: Wed, 31 May 2023 06:58:25 -0400 Subject: [PATCH] Update driveitem_list_children.md Fix broken url. old one took me to https://learn.microsoft.com/en-us/graph/ --- docs/rest-api/api/driveitem_list_children.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest-api/api/driveitem_list_children.md b/docs/rest-api/api/driveitem_list_children.md index 68cc87f5..35347bdd 100644 --- a/docs/rest-api/api/driveitem_list_children.md +++ b/docs/rest-api/api/driveitem_list_children.md @@ -102,7 +102,7 @@ Content-type: application/json **Note:** If a collection exceeds the default page size (200 items), the **@odata.nextLink** property is returned in the response to indicate more items are available and provide the request URL for the next page of items. -You can control the page size through [optional query string parameters](http://developer.microsoft.com/en-us/graph/docs/overview/query_parameters) +You can control the page size through [optional query string parameters](https://learn.microsoft.com/en-us/graph/query-parameters) ### Error responses