KhronosGroup / glTF-Sample-Assets

To store all models and other assets related to glTF
349 stars 36 forks source link

Readme Tags have malformed images #1

Closed echadwick-artist closed 1 year ago

echadwick-artist commented 1 year ago

The Tags section at the start of each README has broken images. The img elements point to readme.md files, which are not image formats.

For example https://github.com/KhronosGroup/glTF-Sample-Assets/blob/main/Models/ABeautifulGame/README.md#tags Renders as:

<a target="_blank" rel="noopener noreferrer" href="/KhronosGroup/glTF-Sample-Assets/blob/main/Models-showcase.md">

<img src="/KhronosGroup/glTF-Sample-Assets/raw/main/Models-showcase.md" alt="showcase" style="max-width: 100%;">

</a>

We should consider omitting the img elements entirely, or else setting the URIs to point to actual icon images.

DRx3D commented 1 year ago

Resolved with commit 26c6ebf.

Reran license updates.