Skip to content

Commit

Permalink
- fixes modules references in getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Nov 3, 2021
1 parent 1bec8a7 commit 130564a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ For an example of how to get an authentication provider, see [choose a Microsoft
```Golang
import (
azidentity "https://github.com/Azure/azure-sdk-for-go/sdk/azidentity"
a "https://github.com/microsoft/kiota/authentication/go/azure"
azidentity "github.com/Azure/azure-sdk-for-go/sdk/azidentity"
a "github.com/microsoft/kiota/authentication/go/azure"
"context"
)

Expand Down Expand Up @@ -61,7 +61,7 @@ if err != nil {
You must get a **GraphRequestAdapter** object to make requests against the service.

```Golang
import msgraphsdk "https://github.com/microsoftgraph/msgraph-sdk-go"
import msgraphsdk "github.com/microsoftgraph/msgraph-sdk-go"

adapter, err := msgraphsdk.NewGraphRequestAdapter(auth)
if err != nil {
Expand Down

0 comments on commit 130564a

Please sign in to comment.