Skip to content

Commit

Permalink
Fix launch url
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Powers committed Aug 30, 2024
1 parent 37b7020 commit c5d82f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/artifact.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c5d82f5

Please sign in to comment.