From 21ff7bd7bd7a89a7946a08da690417cf3904a6b0 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 18 Mar 2021 08:16:20 -0400 Subject: [PATCH] - fixes links pointing to old wiki --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index bf926ff21..dafcad29f 100644 --- a/readme.md +++ b/readme.md @@ -4,8 +4,8 @@ Get started with the Microsoft Graph Core SDK for Java by integrating the [Micro ## Samples and usage guide -- [Middleware usage](https://github.com/microsoftgraph/msgraph-sdk-java-core/wiki) -- [Batching](https://github.com/microsoftgraph/msgraph-sdk-java-core/wiki/Batching) +- [Middleware usage](https://github.com/microsoftgraph/msgraph-sdk-design/) +- [Batching](https://docs.microsoft.com/en-us/graph/sdks/batch-requests?tabs=java) ## 1. Installation