From 4519a2ade786db7ff93d09f12c2fd925b18984c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Sun, 4 Sep 2022 17:02:49 +0200 Subject: [PATCH] fix download link on unix_training archive --- source/Unix/file_system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Unix/file_system.rst b/source/Unix/file_system.rst index 4d49951..7ac371f 100644 --- a/source/Unix/file_system.rst +++ b/source/Unix/file_system.rst @@ -195,7 +195,7 @@ some useful options: Exerecise: ---------- -#. download the following archive :download:`unix training material <../_static/unix/unix_training.tar.bz2` on you home. +#. download the following archive :download:`unix training material <../_static/unix/unix_training.tar.bz2>` on you home. #. copy the url #. go on your home :code:`cd` #. wget <url> -- GitLab