From 2e398dc7c1e5798cdfb55d929aef3bc7ecd42c4e Mon Sep 17 00:00:00 2001 From: 2-4601 <2-4601@users.noreply.github.com> Date: Sun, 15 Jan 2017 22:52:23 +0200 Subject: [PATCH] Fix broken section reference --- Reproducible-Builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reproducible-Builds.md b/Reproducible-Builds.md index 644de08..72d8a4a 100644 --- a/Reproducible-Builds.md +++ b/Reproducible-Builds.md @@ -204,7 +204,7 @@ If you get `APKs don't match!`, you did something wrong in the previous steps. S ## Comparing next time -If the build environment (i.e. `Dockerfile`) has not changed, you don't need to build the image again to verify a newer APK. You can just [run the container again](#compiling-signal-inside-the-container). +If the build environment (i.e. `Dockerfile`) has not changed, you don't need to build the image again to verify a newer APK. You can just [run the container again](#compiling-signal-inside-a-container). ## Troubleshooting