Skip to content

Commit 8cf2369

Browse files
committed
Fix document image path.
1 parent 6e92d9f commit 8cf2369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Development-Guide-Core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ files are supported, you can extend it.
10201020

10211021
A user can download his/her collected data using this menu item.
10221022

1023-
<img src="D:/Github/documents/doc/images/gdpr_download_item.png" alt="Login attempts" class="img-thumbnail" />
1023+
<img src="images/gdpr_download_item.png" alt="Login attempts" class="img-thumbnail" />
10241024

10251025
##### Logout
10261026

docs/en/Overview-Angular.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note that ASP.NET Core solution does not have any HTML, JS or CSS code. It simpl
2323

2424
After you create and [download](https://aspnetzero.com/Download) your project, you have a solution structure as shown below for **\*.Web.sln**:
2525

26-
<img src="D:/Github/documents/docs/en/images/solution-overall-host.png" alt="ASP.NET Core solution" class="img-thumbnail" />
26+
<img src="images/solution-overall-host.png" alt="ASP.NET Core solution" class="img-thumbnail" />
2727

2828
There are two more solutions:
2929

0 commit comments

Comments
 (0)