Skip to content

Commit

Permalink
docs: Fix dead links in mgt-electron-provider README.md (#3243)
Browse files Browse the repository at this point in the history
* Fix dead link in README.md

* Fix another dead link in README.md

---------

Co-authored-by: Nickii Miaro <miaronkirote@gmail.com>
  • Loading branch information
lwestfall and Mnickii authored Jul 1, 2024
1 parent 463687d commit 25a6a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/providers/mgt-electron-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The `@microsoft/mgt-electron-provider` package exposes the `ElectronAuthenticato
```
Note : Make sure `nodeIntegration` is set to `true` under `webPreferences` while creating a new BrowserWindow instance.
See [provider usage documentation](https://learn.microsoft.com/graph/toolkit/providers) to learn about how to use the providers with the mgt components, to sign in/sign out, get access tokens, call Microsoft Graph, and more. See [Electron provider documentation](https://learn.microsoft.com/graph/toolkit/providers/electron).
See [provider usage documentation](https://learn.microsoft.com/graph/toolkit/providers/providers) to learn about how to use the providers with the mgt components, to sign in/sign out, get access tokens, call Microsoft Graph, and more. See [Electron provider documentation](https://learn.microsoft.com/graph/toolkit/providers/electron).
## Usage with Context Bridge
Expand Down Expand Up @@ -127,7 +127,7 @@ See [provider usage documentation](https://learn.microsoft.com/graph/toolkit/pro
Note : Make sure `nodeIntegration` is set to `false` under `webPreferences` while creating a new BrowserWindow instance. This is because we're using context bridge to communicate between the main and renderer processes.
See [provider usage documentation](https://learn.microsoft.com/graph/toolkit/providers) to learn about how to use the providers with the mgt components, to sign in/sign out, get access tokens, call Microsoft Graph, and more. See [Electron provider documentation](https://learn.microsoft.com/graph/toolkit/providers/electron).
See [provider usage documentation](https://learn.microsoft.com/graph/toolkit/providers/providers) to learn about how to use the providers with the mgt components, to sign in/sign out, get access tokens, call Microsoft Graph, and more. See [Electron provider documentation](https://learn.microsoft.com/graph/toolkit/providers/electron).
### Cache Plugin
Expand Down

0 comments on commit 25a6a37

Please sign in to comment.