Skip to content

Commit 79cc17a

Browse files
README: absolute image links for pypi
1 parent d0700b9 commit 79cc17a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spil, the Simple Pipeline lib.
22

3-
[![Spil, the simple pipeline lib.](https://raw.githubusercontent.com/MichaelHaussmann/spil/dev/docs/img/spil-logo.png)](https://github.com/MichaelHaussmann/spil)
3+
[![Spil, the simple pipeline lib.](https://raw.githubusercontent.com/MichaelHaussmann/spil/main/docs/img/spil-logo.png)](https://github.com/MichaelHaussmann/spil)
44

55
Spil provides a simple, hierarchical, path-like, unique identifier for every entity or file of a CG production pipeline.
66
An intuitive API is built around this identifier, including glob-like search, CRUD data access and path resolving.
@@ -269,7 +269,7 @@ Spil can be used with the spil_ui.browser.
269269

270270
[![Spil Qt UI](https://raw.githubusercontent.com/MichaelHaussmann/spil/main/docs/img/spil_ui.png)](https://github.com/MichaelHaussmann/spil_ui)
271271

272-
**Spil_UI** is a Qt browser UI, built on top of QtPy (PySide2/PySide6).
272+
**Spil_UI** is a Qt browser UI, built on top of QtPy (PySide2/PySide6).
273273
Navigating through the columns builds a **"Search Sid"** and calls a **Finder**.
274274
It is possible to run actions on the currently selected Sid.
275275

@@ -279,7 +279,7 @@ It is possible to run actions on the currently selected Sid.
279279

280280
Spil can run server side.
281281

282-
![](docs/img/rest-small.png)
282+
![](https://raw.githubusercontent.com/MichaelHaussmann/spil/main/docs/img/rest-small.png)
283283

284284
*(REST API and docker under development)*
285285

0 commit comments

Comments
 (0)