Skip to content

Commit 1f1e938

Browse files
committed
Restore README media rendering
Release assets under https://github.com/Devsh-Graphics-Programming/Nabla-Asset-Manifests/releases/tag/aux are kept, but GitHub serves them as attachment application/octet-stream so README inline images do not render from those URLs.
1 parent a3df4c6 commit 1f1e938

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img alt="Click to see the source" height="200" src="https://github.com/Devsh-Graphics-Programming/Nabla-Asset-Manifests/releases/download/aux/nabla-glow.svg" width="200" />
2+
<img alt="Click to see the source" height="200" src="nabla-glow.svg" width="200" />
33
</div>
44

55
<p align="center">
@@ -122,7 +122,7 @@ This is the exact consumer model we want:
122122
- no requirement for consumers to know which remote backend served the blob
123123

124124
<p align="center">
125-
<img src="https://github.com/Devsh-Graphics-Programming/Nabla-Asset-Manifests/releases/download/aux/externaldata-flow-kitware.jpg" alt="CMake ExternalData content flow" width="560" />
125+
<img src="docs/externaldata-flow-kitware.jpg" alt="CMake ExternalData content flow" width="560" />
126126
</p>
127127
<p align="center">
128128
<sub>reference: <a href="https://www.kitware.com/cmake-externaldata-using-large-files-with-distributed-version-control/">kitware</a></sub>

0 commit comments

Comments
 (0)