From 1d07f00eb5cd18fc3938ee76d8e8a10d07d4a62f Mon Sep 17 00:00:00 2001 From: Peter Stensmyr Date: Mon, 2 Dec 2024 11:31:55 +1100 Subject: [PATCH] dist-git: fix readme links to moved image files Image files were moved in aae22721c9a168b41b5f06eea02dd8ec6977bc4a - update links in the readme to their new home. --- dist-git/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist-git/README.md b/dist-git/README.md index 7ff81f9..2cc0783 100644 --- a/dist-git/README.md +++ b/dist-git/README.md @@ -14,12 +14,12 @@ How Does It Work RPM source package typically contains a spec file and the sources (upstream tarball + additional patches). Source tarballs, being binary and potentially large, are not very well suited to be placed in a Git repository. On each their update, Git would produce a huge, meaningless diff. That's why DistGit was introduced as it employs an efficient lookaside cache where the tarballs can be stored. The Git repo itself can then be left to do what it does best: keep track of changes on the spec file, downstream patches, and an additional text file called `sources` that contains link to the source tarball in the lookaside cache. -![storage](/images/storage.png) +![storage](/dist-git/images/storage.png) Video Tutorial -------------- -[![DistGit video tutorial](images/tutorial.png)](https://www.youtube.com/watch?v=VsnJymZRQOM "DistGit video tutorial") +[![DistGit video tutorial](/dist-git/images/tutorial.png)](https://www.youtube.com/watch?v=VsnJymZRQOM "DistGit video tutorial") User Guide ----------