From c5d82f5013c0d821c33fbbda43eae88eae768eb1 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Fri, 30 Aug 2024 11:25:21 -0500 Subject: [PATCH] Fix launch url --- src/stores/artifact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/artifact.js b/src/stores/artifact.js index 75662fe..14e59e1 100644 --- a/src/stores/artifact.js +++ b/src/stores/artifact.js @@ -20,7 +20,7 @@ function processArtifact(artifact){ unique_cell_execution_count: 0 }) artifact.computed.long_description_markup = marked(artifact.long_description ? artifact.long_description : "") - artifact.computed.chameleon_launch_url = `https://dev.chameleoncloud.org/experiment/share/${artifact.uuid}/launch` + artifact.computed.chameleon_launch_url = `https://chameleoncloud.org/experiment/share/${artifact.uuid}/launch` let v = artifact.versions.find(version => { return version.contents.urn.includes("github.com")