Skip to content

Commit 0df489c

Browse files
authored
Merge pull request #2623 from microsoftgraph/andrueastman-patch-1
docs: fix links in readme to upgrade guide
2 parents 90d39fa + 1d7ee14 commit 0df489c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ Between 3.x and 4.x there were some major breaking changes:
111111
* Replacing Newtosoft.Json with System.Text.Json
112112
* Upgrading Microsoft.Graph.Core dependency to version 2.0.0
113113

114-
View the upgrade guide [here](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/docs/upgrade-to-v4.md).
114+
View the upgrade guide [here](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/main/docs/upgrade-to-v4.md).
115115

116116

117117
### Upgrading to v5
118118

119119
Between 4.x and 5.x there were several major breaking changes as the SDK now uses Kiota for code generation.
120120

121-
View the upgrade guide [here](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/docs/upgrade-to-v5.md).
121+
View the upgrade guide [here](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/main/docs/upgrade-to-v5.md).
122122

123123
## Issues
124124

0 commit comments

Comments
 (0)