summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Perotti <aperotti@redhat.com>2022-09-17 11:00:46 +0200
committerGitHub <noreply@github.com>2022-09-17 11:00:46 +0200
commit565ad4a1b4bf0b81c85c39050f608480152444da (patch)
tree62409a8a33f0af7c719619579151388b6fe97089
parentc6c3c5ae9fbeaaa2207149ed348109400b88314e (diff)
downloadostree-565ad4a1b4bf0b81c85c39050f608480152444da.tar.gz
Fix recursive git archive reference
Broken link for "recursive git archive" example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0232e7f..63a12e99 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ However, in order to build from a git clone, you must update the
submodules. If you're packaging OSTree and want a tarball, I
recommend using a "recursive git archive" script. There are several
available online;
-[this code](https://github.com/ostreedev/ostree/blob/main/packaging/Makefile.dist-packaging#L11)
+[this code](https://github.com/ostreedev/ostree/blob/main/ci/Makefile.dist-packaging#L18)
in OSTree is an example.
Once you have a git clone or recursive archive, building is the