mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
Use raw URLs for images in README.md (#459)
On pypi images were not correctly rendered because the old img src urls in README.md pointed to files on github with UI.
This commit is contained in:
parent
1232a7d1e5
commit
be2babea9c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<p align="center">
|
||||
<!-- title -->
|
||||
<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>
|
||||
<h1 align="center"><img src="https://github.com/open-thought/reasoning-gym/raw/main/assets/icon.png" alt="Reasoning Gym Logo" style="vertical-align: bottom;" width="54px" height="40px"> Reasoning Gym</h1>
|
||||
<!-- teaser -->
|
||||
<p align="center">
|
||||
<img src="https://github.com/open-thought/reasoning-gym/blob/main/assets/examples.png" width="800px">
|
||||
<img src="https://github.com/open-thought/reasoning-gym/raw/main/assets/examples.png" width="800px">
|
||||
</p>
|
||||
<!-- badges -->
|
||||
<p align="center">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "reasoning_gym"
|
||||
version = "0.1.19"
|
||||
version = "0.1.23"
|
||||
authors = [
|
||||
{ name = "Open-Thought community", email = "andreas.koepf@xamla.com" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue