From f465ed0db320f17b0aaad4c976eb72c4d53f0882 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Mon, 6 May 2024 14:03:23 +0200 Subject: [PATCH] Fix broken link, progress #36 --- docs/cluster_guides/old/webexport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cluster_guides/old/webexport.md b/docs/cluster_guides/old/webexport.md index 285b02820..d22c434b4 100644 --- a/docs/cluster_guides/old/webexport.md +++ b/docs/cluster_guides/old/webexport.md @@ -3,7 +3,7 @@ In IG: Support User guides Webexport guide ## Rackham -You can enable webexport by creating a publicly readable folder called **webexport** in your project directory (``/proj/[project id]``). The contents of that folder will be accessible through https://export.uppmax.uu.se/[project id]/. +You can enable webexport by creating a publicly readable folder called **webexport** in your project directory (``/proj/[project id]``). The contents of that folder will be accessible through `https://export.uppmax.uu.se/[project id]/`. A publicly readable folder has the execute permission set for "other" users. Run the command chmod o+x webexport to ensure that the webexport directory has the correct permissions.