Skip to content

Commit 73283a4

Browse files
committed
fix wrong image urls
1 parent f1b26dc commit 73283a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/Features-Angular-User-Menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A user can change his/her own profile picture. Currently JPG, JPEG, GIF and PNG
3232

3333
A user can also use Gravatar image for profile picture using change profile picture modal window.
3434

35-
<img src="D:/GitHub/documents/docs/en/images/change-profile-picture.png" alt="Change profile picture" class="img-thumbnail" />
35+
<img src="/images/change-profile-picture.png" alt="Change profile picture" class="img-thumbnail" />
3636

3737
## My Settings
3838

docs/en/Rapid-Application-Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If your project version is 5.0.0+, all you have to do is just install the **ASP.
1919

2020
> If you are a non-Windows user, you can use binaries of ASP.NET Zero Power Tools included in your ASP.NET Zero solution. See [Development Guide for Mac/Linux](Development-Guide-Rad-Tool-Mac-Linux)
2121
22-
![Extension installation](D:/GitHub/documents/docs/en/images/rad-extension-install.png)
22+
![Extension installation](/images/rad-extension-install.png)
2323

2424
## Demonstration
2525

0 commit comments

Comments
 (0)