From 53be64fa2d18400e3fd0d347b74ad84e90420ac4 Mon Sep 17 00:00:00 2001 From: Simon Branford <4967+branfosj@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:54:22 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jasper Grimm <65227842+jfgrimm@users.noreply.github.com> --- docs/easybuild-v5/enhancements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/easybuild-v5/enhancements.md b/docs/easybuild-v5/enhancements.md index 09fdc9fd8..e1dce11ee 100644 --- a/docs/easybuild-v5/enhancements.md +++ b/docs/easybuild-v5/enhancements.md @@ -18,7 +18,7 @@ See dedicated page on the new [`run_shell_cmd` function](run_shell_cmd.md). ## Enable RPATH linking by default {: #rpath } -The [RPATH linking][rpath_support] is enabled by default in EasyBuild v5.0 (see [easybuild-framework PR #4448](https://github.com/easybuilders/easybuild-framework/pull/4448)). +[RPATH linking][rpath_support] is enabled by default in EasyBuild v5.0 (see [easybuild-framework PR #4448](https://github.com/easybuilders/easybuild-framework/pull/4448)). The benefits for enabling RPATH are explained in [Why RPATH?][rpath_support_why].