We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0d5d3 commit f1d07d1Copy full SHA for f1d07d1
views/printModel.hbs
@@ -14,7 +14,7 @@
14
<h2 class="sectionTitle">Reaction Diagram</h2>
15
{{#each data.vcml.BioModel}}
16
{{#each this.Version}}
17
- <img class="image-zoom-available" src="https://vcellapi-beta.cam.uchc.edu:8080/biomodel/{{this.$.KeyValue}}/diagram"
+ <img class="image-zoom-available" src="https://vcellapi.cam.uchc.edu/biomodel/{{this.$.KeyValue}}/diagram"
18
alt="reactionDiagram" draggable="false" />
19
{{/each}}
20
0 commit comments