Skip to content

Commit 25a6a37

Browse files
lwestfallMnickii
andauthored
docs: Fix dead links in mgt-electron-provider README.md (#3243)
* Fix dead link in README.md * Fix another dead link in README.md --------- Co-authored-by: Nickii Miaro <[email protected]>
1 parent 463687d commit 25a6a37

File tree

1 file changed

+2
-2
lines changed
  • packages/providers/mgt-electron-provider

1 file changed

+2
-2
lines changed

packages/providers/mgt-electron-provider/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The `@microsoft/mgt-electron-provider` package exposes the `ElectronAuthenticato
4646
```
4747
Note : Make sure `nodeIntegration` is set to `true` under `webPreferences` while creating a new BrowserWindow instance.
4848
49-
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).
49+
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).
5050
5151
## Usage with Context Bridge
5252
@@ -127,7 +127,7 @@ See [provider usage documentation](https://learn.microsoft.com/graph/toolkit/pro
127127
128128
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.
129129
130-
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).
130+
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).
131131
132132
### Cache Plugin
133133

0 commit comments

Comments
 (0)