about summary refs log tree commit diff
path: root/content/posts/2021-07-03-decentral-contribution.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2021-07-03-decentral-contribution.md')
-rw-r--r--content/posts/2021-07-03-decentral-contribution.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/content/posts/2021-07-03-decentral-contribution.md b/content/posts/2021-07-03-decentral-contribution.md
index 854a320..b3cade5 100644
--- a/content/posts/2021-07-03-decentral-contribution.md
+++ b/content/posts/2021-07-03-decentral-contribution.md
@@ -50,7 +50,10 @@ clicked on the link above, you can see how:
 4. feedback/discussion continues out of band, contributor can push updates to
    the branch, you can pull them down to review
 
-![Illustration of how it works][git-pr-il]
+<picture>
+  <source srcset="/images/git-pr.webp" type="image/webp">
+  <img src="/images/git-pr.png" alt="Illustration of how it works">
+</picture>
 
 In fact, this is described as [one of the common workflows][git-workflow] for
 git and is what happens behind the scene in GitHub pull request (except a
@@ -96,7 +99,6 @@ Disclaimer: I'm not affiliated with codeberg.org, notabug.org, or sr.ht
 [orig-thread]: https://merveilles.town/@maxc/106502916709836497
 [git-pr]: https://merveilles.town/@nasser/106504758341988490
 [git-workflow]: https://git-scm.com/about/distributed
-[git-pr-il]: /images/git-pr.png
 [sourcehut]: https://sourcehut.org/
 
 [^0]: I know [services can't be free or non-free](https://www.gnu.org/philosophy/network-services-arent-free-or-nonfree.html),