From: Tom Zanussi <tom.zanussi@xxxxxxxxxxxxxxx> Because PRJ_DIR already has the major.minor in the path, adding the explicit {major}.{minor} after {prj_dir} duplicates that and creates invalid links, so remove it. Signed-off-by: Tom Zanussi <tom.zanussi@xxxxxxxxxxxxxxx> --- announce-srt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/announce-srt.txt b/announce-srt.txt index 631f942..912affe 100644 --- a/announce-srt.txt +++ b/announce-srt.txt @@ -20,12 +20,12 @@ Or to build {new_version} directly, the following patches should be applied: https://www.kernel.org/pub/linux/kernel/v4.x/patch-{major}.{minor}.{patch}.xz - https://www.kernel.org{prj_dir}/{major}.{minor}/patch-{new_version}.patch.xz + https://www.kernel.org{prj_dir}/patch-{new_version}.patch.xz You can also build from {old_version} by applying the incremental patch: - https://www.kernel.org{prj_dir}/{major}.{minor}/incr/patch-{old_version}-rt{new_tag_rt}.patch.xz + https://www.kernel.org{prj_dir}/incr/patch-{old_version}-rt{new_tag_rt}.patch.xz Enjoy! Daniel -- 2.14.1