From b16f2be20872bf2dd1c4b67fc62bb871ad03b18f Mon Sep 17 00:00:00 2001 From: 392781 Date: Thu, 30 May 2024 02:39:18 +0000 Subject: [PATCH] Updated return links for workshop --- docs/container-workshop/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/container-workshop/index.html b/docs/container-workshop/index.html index c20829c..75cbe84 100644 --- a/docs/container-workshop/index.html +++ b/docs/container-workshop/index.html @@ -541,11 +541,11 @@

Complete task

// This is to override the close / done handling on the page // https://github.com/googlecodelabs/tools/issues/103 document.addEventListener('DOMContentLoaded', function() { - document.getElementById("arrow-back").href="/"; + document.getElementById("arrow-back").href="https://ucsbcarpentry.github.io/workshop/2024/06/04/ucsb-containers.html"; document.getElementById("arrow-back").addEventListener( 'click', function() { window.history.back(); }); - document.getElementById("done").href="/"; + document.getElementById("done").href="https://ucsbcarpentry.github.io/workshop/2024/06/04/ucsb-containers.html"; document.getElementById("done").addEventListener( 'click', function() { window.history.back(); });