Haoze1235 commited on
Commit
dc2ffe8
·
verified ·
1 Parent(s): f9b94bf

Fix project and community links in model card

Browse files

Point the GitHub badge to the MiniCPM-Robot repository and use absolute Hugging Face URLs for the existing X and Discord QR-code images.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -21,15 +21,15 @@ tags:
21
  <p align="center">
22
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
23
  <img src="assets/github.png" alt="github" width="15" height="15" style="margin-right: 4px;">
24
- <a href="https://github.com/OpenBMB/MiniCPM-RobotTrack" target="_blank"> Github</a> &nbsp;|
25
  </span>
26
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
27
  <img src="assets/x.jpg" alt="X" width="15" height="15" style="margin-right: 4px;">
28
- <a href="assets/x.png" target="_blank"> X</a> &nbsp;|
29
  </span>
30
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
31
  <img src="assets/discord.png" alt="Discord" width="15" height="15" style="margin-right: 4px;">
32
- <a href="assets/discord.jpg" target="_blank"> Discord</a> &nbsp;|
33
  </span>
34
  </p>
35
 
 
21
  <p align="center">
22
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
23
  <img src="assets/github.png" alt="github" width="15" height="15" style="margin-right: 4px;">
24
+ <a href="https://github.com/OpenBMB/MiniCPM-Robot" target="_blank"> Github</a> &nbsp;|
25
  </span>
26
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
27
  <img src="assets/x.jpg" alt="X" width="15" height="15" style="margin-right: 4px;">
28
+ <a href="https://huggingface.co/openbmb/MiniCPM-RobotTrack/resolve/main/assets/x.png" target="_blank"> X</a> &nbsp;|
29
  </span>
30
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
31
  <img src="assets/discord.png" alt="Discord" width="15" height="15" style="margin-right: 4px;">
32
+ <a href="https://huggingface.co/openbmb/MiniCPM-RobotTrack/resolve/main/assets/discord.jpg" target="_blank"> Discord</a> &nbsp;|
33
  </span>
34
  </p>
35