Skip to content

Commit

Permalink
Updated return links for workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
392781 committed May 30, 2024
1 parent 539eed9 commit b16f2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/container-workshop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,11 @@ <h2 is-upgraded>Complete task</h2>
// 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();
});
Expand Down

0 comments on commit b16f2be

Please sign in to comment.