Fix community QR-code links in model card

#1
by Haoze1235 - opened
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -29,11 +29,11 @@ tags:
29
  </span>
30
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
31
  <img src="X_logo.jpg" alt="X" width="15" height="15" style="margin-right: 4px;">
32
- <a href="x.png" target="_blank"> X</a> &nbsp;|
33
  </span>
34
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
35
  <img src="discord_logo.png" alt="Discord" width="15" height="15" style="margin-right: 4px;">
36
- <a href="discord.jpeg" target="_blank"> Discord</a> &nbsp;|
37
  </span>
38
  </p>
39
 
@@ -236,4 +236,3 @@ if __name__ == "__main__":
236
  ## License
237
 
238
  Model weights and code are open-sourced under the [Apache-2.0](./LICENSE) license.
239
-
 
29
  </span>
30
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
31
  <img src="X_logo.jpg" alt="X" width="15" height="15" style="margin-right: 4px;">
32
+ <a href="https://huggingface.co/openbmb/MiniCPM-RobotManip/resolve/main/x.png" target="_blank"> X</a> &nbsp;|
33
  </span>
34
  <span style="display: inline-flex; align-items: center; margin-right: 2px;">
35
  <img src="discord_logo.png" alt="Discord" width="15" height="15" style="margin-right: 4px;">
36
+ <a href="https://huggingface.co/openbmb/MiniCPM-RobotManip/resolve/main/discord.jpeg" target="_blank"> Discord</a> &nbsp;|
37
  </span>
38
  </p>
39
 
 
236
  ## License
237
 
238
  Model weights and code are open-sourced under the [Apache-2.0](./LICENSE) license.