Skip to content

Commit 5a7c504

Browse files
committed
fixed build recommendations
1 parent 895c116 commit 5a7c504

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

msal-dotnet-articles/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
href: acquiring-tokens/desktop-mobile/acquiring-tokens-interactively.md
3131
- name: Using MSAL.NET with Web Account Manager (WAM)
3232
href: acquiring-tokens/desktop-mobile/wam.
33-
- name: using MSAL.Net with broker on Linux distributions
33+
- name: Using MSAL.Net with broker on Linux distributions
3434
href: acquiring-tokens/desktop-mobile/linux-dotnet-sdk.md
35-
- name: using MSAL.Net with WSL
35+
- name: Using MSAL.Net with WSL
3636
href: acquiring-tokens/desktop-mobile/linux-dotnet-sdk-wsl.md
3737
- name: Xamarin
3838
href: acquiring-tokens/desktop-mobile/mobile-applications.md

msal-dotnet-articles/acquiring-tokens/desktop-mobile/linux-dotnet-sdk-wsl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ wsl --update
4141
## Prerequisites
4242

4343
### .NET Installation
44-
Identity integration dependent on having dotnet 8 installed on the Linux distribution, and recommend installing via the [installation script](https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install).
44+
Identity integration dependent on having dotnet 8 installed on the Linux distribution, and recommend installing via the [installation script](/dotnet/core/install/linux-scripted-manual#scripted-install).
4545

4646
```bash
4747
# Download the install script
@@ -63,18 +63,18 @@ On Debian-based distributions, you can install the package by running `sudo apt
6363

6464
1. Run `seahorse` in the terminal.
6565

66-
![WSL1](../../media/wam/wsl1.png)
66+
![default keychain dialog](../../media/wam/wsl1.png)
6767

6868
2. In the top left corner, select **+** and create **Password** keyring.
6969

70-
![WSL2](../../media/wam/wsl2.png)
70+
![keychain dialog selecting password keyring](../../media/wam/wsl2.png)
7171

7272
3. Create a keyring named 'login'
7373

74-
![WSL3](../../media/wam/wsl3.png)
74+
![typing login to the prompt](../../media/wam/wsl3.png)
7575

7676
4. Set the password on the next dialog.
77-
![WSL4](../../media/wam/wsl4.png)
77+
![selecting a password and confirming](../../media/wam/wsl4.png)
7878

7979
5. Run `wsl.exe --shutdown` from your Windows Terminal.
8080

msal-dotnet-articles/acquiring-tokens/desktop-mobile/linux-dotnet-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ An authentication broker is an application that runs on a user’s machine that
3232
## Prerequisites
3333

3434
### .NET Installation
35-
Identity integration dependent on having dotnet 8 installed on the Linux distribution, and recommend installing via the [installation script](https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install).
35+
Identity integration dependent on having dotnet 8 installed on the Linux distribution, and recommend installing via the [installation script](/dotnet/core/install/linux-scripted-manual#scripted-install).
3636

3737
```bash
3838
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh

0 commit comments

Comments
 (0)