From 79e773bc5c72f2901710a7f4735c9a432284c048 Mon Sep 17 00:00:00 2001 From: Eirini Koutsaniti Date: Wed, 26 Apr 2023 11:53:57 +0200 Subject: [PATCH] Fix slides links in the docs --- doc/source/tutorial.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index c5af3b74..2690c8dd 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -364,9 +364,9 @@ You can see the steps for the upload in the slides that follow: text += `
  • `; } text += ``; - text += `` document.getElementById('utilities_upload-carousel').srcdoc += text; @@ -425,9 +425,9 @@ You can see the steps in the slides that follow: text += `
  • `; } text += ``; - text += `` document.getElementById('compute_sbatch-carousel').srcdoc += text; @@ -554,9 +554,9 @@ The job ID is a path parameter, so part of the endpoint URL, and the authorizati text += `
  • `; } text += ``; - text += `` document.getElementById('compute_squeue-carousel').srcdoc += text; @@ -805,9 +805,9 @@ As soon as this finishes, we have to make a call to FirecREST in order for it to text += `
  • `; } text += ``; - text += `` document.getElementById('external_upload-carousel').srcdoc += text; @@ -1037,9 +1037,9 @@ It follows a similar workflow, as the non-blocking uploading of a file, as you c text += `
  • `; } text += ``; - text += `` document.getElementById('external_download-carousel').srcdoc += text;