From 3bed9924d5bfbf4ecd9b1e1bd4b5414acd4476fa Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 10:45:48 +0100 Subject: [PATCH] doc: make example script downloadable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- docs/source/tutorial/tutorial01.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/tutorial/tutorial01.rst b/docs/source/tutorial/tutorial01.rst index 5bdacce..337393a 100644 --- a/docs/source/tutorial/tutorial01.rst +++ b/docs/source/tutorial/tutorial01.rst @@ -11,7 +11,8 @@ Backup that Database! project team ask us for a backup every time a project is finished. I've already prepared a script to do the task. Before executing it in - production download it and test it in your own machine. + production, :download:`download it <./materials/backup_db.sh>` and test it in + your own machine. .. code-block:: console