From 41810f6227443b27c45c1ec2672825326ce97b85 Mon Sep 17 00:00:00 2001
From: Caspar van Leeuwen <casparl@tcn1.local.snellius.surf.nl>
Date: Mon, 7 Oct 2024 12:23:32 +0200
Subject: [PATCH] Fix broken path

---
 docs/site_specific_config/gpu.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/site_specific_config/gpu.md b/docs/site_specific_config/gpu.md
index cc19b6734..523e98734 100644
--- a/docs/site_specific_config/gpu.md
+++ b/docs/site_specific_config/gpu.md
@@ -91,7 +91,7 @@ You should choose the CUDA version you wish to install according to what CUDA ve
 see the output of `module avail CUDA/` after [setting up your environment for using
 EESSI](../using_eessi/setting_up_environment.md).
 
-You can run `/cvmfs/software.eessi.io/scripts/install_cuda_host_injections.sh --help` to check all of the options.
+You can run `/cvmfs/software.eessi.io/versions/${EESSI_VERSION}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh --help` to check all of the options.
 
 !!! tip