Skip to content

Commit e3d39ae

Browse files
committed
fix image URLs in integrating-azure-active-directory-with-asp.net-zero.md
1 parent 9ae074c commit e3d39ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blog-posts/en/integrating-azure-active-directory-with-asp.net-zero.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Each tenant can also configure OpenID Connect settings for their own account. To
3737

3838
After configuring the settings in **ASP.NET Zero** and **Azure AD**, when you login as a tenant, the **OpenID Connect** button will become active.
3939

40-
![Login Screen with OpenIdConnect](./Images/Blog/login-screen-with-openidconnect.png)
40+
![Login Screen with OpenIdConnect](/Images/Blog/login-screen-with-openidconnect.png)
4141

4242
After clicking the **OpenID Connect** button and successfully logging in with an account with the configured **Azure AD Account**, The next screen will get other necessary information from the tenant user.
4343

44-
![External Login Callback Screen ](./Images/Blog/external-login-callback-screen.png)
44+
![External Login Callback Screen ](/Images/Blog/external-login-callback-screen.png)
4545

4646

4747

0 commit comments

Comments
 (0)