Skip to content

Commit 84958ba

Browse files
authored
abs path for images (#449)
* abs path for images * width and height outside of style
1 parent 2a57a95 commit 84958ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<p align="center">
22
<!-- title -->
3-
<h1 align="center"><img src="./assets/icon.png" alt="Reasoning Gym Logo" style="vertical-align: bottom; width: 54px; height: 40px;"> Reasoning Gym</h1>
3+
<h1 align="center"><img src="https://github.com/open-thought/reasoning-gym/blob/main/assets/icon.png" alt="Reasoning Gym Logo" style="vertical-align: bottom;" width="54px" height="40px"> Reasoning Gym</h1>
44
<!-- teaser -->
55
<p align="center">
6-
<img src="./assets/examples.png" width="800px">
6+
<img src="https://github.com/open-thought/reasoning-gym/blob/main/assets/examples.png" width="800px">
77
</p>
88
<!-- badges -->
99
<p align="center">

0 commit comments

Comments
 (0)