Fix image address

Fix image address
This commit is contained in:
menduo 2021-11-08 11:50:04 +08:00 committed by GitHub
parent 44b17dc698
commit 0378704021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
![banner](https://raw.githubusercontent.com/FairyEver/d2-admin/master/docs/image/banner.png) ![banner](https://raw.githubusercontent.com/d2-projects/d2-admin/master/docs/image/banner.png)
<p align="center"> <p align="center">
<a href="https://github.com/d2-projects/d2-admin/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/d2-projects/d2-admin.svg"></a> <a href="https://github.com/d2-projects/d2-admin/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/d2-projects/d2-admin.svg"></a>
@ -151,13 +151,13 @@ The following access addresses are built and deployed by the latest master branc
If your open source project is based on D2Admin development, please add the following badge to your README: If your open source project is based on D2Admin development, please add the following badge to your README:
<a href="https://github.com/d2-projects/d2-admin" target="_blank"> <a href="https://github.com/d2-projects/d2-admin" target="_blank">
<img src="https://raw.githubusercontent.com/FairyEver/d2-admin/master/docs/image/d2-admin@2x.png" width="200"> <img src="https://raw.githubusercontent.com/d2-projects/d2-admin/master/docs/image/d2-admin@2x.png" width="200">
</a> </a>
Copy the following code into the README to: Copy the following code into the README to:
``` html ``` html
<a href="https://github.com/d2-projects/d2-admin" target="_blank"><img src="https://raw.githubusercontent.com/FairyEver/d2-admin/master/docs/image/d2-admin@2x.png" width="200"></a> <a href="https://github.com/d2-projects/d2-admin" target="_blank"><img src="https://raw.githubusercontent.com/d2-projects/d2-admin/master/docs/image/d2-admin@2x.png" width="200"></a>
``` ```
At the same time, you can report your project to us. We will place the excellent project in D2Admin and help you publicize it. At the same time, you can report your project to us. We will place the excellent project in D2Admin and help you publicize it.