From 98c01cf0cc28f6953da4d5d290ac39bb592345f9 Mon Sep 17 00:00:00 2001 From: Simon Branford <4967+branfosj@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:43:50 +0100 Subject: [PATCH] fix link --- docs/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.md b/docs/hooks.md index 7592503c9..1c4977561 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -274,7 +274,7 @@ To achieve the intended effect, you can either: ``` A better approach for manipulating easyconfig parameters is to use the `parse_hook` that -was introduced in EasyBuild v3.7.0 (see [Parse hook specifics](#parse-hook-specifics)), +was introduced in EasyBuild v3.7.0 (see [Parse hook specifics][parse-hook-specifics]), where these kind of surprises will not occur (because templating is automatically disabled before `parse_hook` is called and restored immediately afterwards). See also [Example hook to inject a custom patch file](#inject-a-custom-patch-file).