Skip to content

Commit 4a1670a

Browse files
committed
docs: use relative path for README pipeline image
The absolute raw.githubusercontent.com URL is served via GitHub's camo image proxy, which caches aggressively — so even after #1448 refreshed images/pipeline.png, the rendered README kept showing the old image. Switching to a relative path lets GitHub serve the image directly from the current commit, so the new illustration appears immediately and future updates to the file render without cache hiccups.
1 parent dfba749 commit 4a1670a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ conda install -c conda-forge datajoint
6969

7070
## Example Pipeline
7171

72-
![pipeline](https://raw.githubusercontent.com/datajoint/datajoint-python/master/images/pipeline.png)
72+
![pipeline](images/pipeline.png)
7373

7474
**Cite DataJoint:** [Yatsenko et al., 2026](https://arxiv.org/abs/2602.16585) — RRID: [SCR_014543](https://scicrunch.org/resolver/SCR_014543)
7575

0 commit comments

Comments
 (0)