We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebec8f2 commit f41b4a8Copy full SHA for f41b4a8
services/static-webserver/client/source/class/osparc/product/quickStart/tis/Slides.js
@@ -26,7 +26,7 @@ qx.Class.define("osparc.product.quickStart.tis.Slides", {
26
footerLinks: function() {
27
const footerLinks = [];
28
29
- const videoText = osparc.utils.Utils.createHTMLLink("TIP video", "https://youtu.be/-ZE6yOJ3ipw");
+ const videoText = osparc.utils.Utils.createHTMLLink("TIP videos", "https://www.youtube.com/playlist?list=PLcJQYcVCSqDu5gXnJj-_vS_spGhZOe-jF");
30
const videoLabel = new qx.ui.basic.Label(videoText).set({
31
textAlign: "center",
32
rich : true
0 commit comments