Skip to content

Commit

Permalink
HTML not markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 19, 2024
1 parent b0840fb commit 33acd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/launch.php
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ function build_form_param($param_id, $param, $is_required) {

<h3>Launch using Seqera Platform</h3>
<?php if (substr($cache['pipeline'], 0, 8) == 'nf-core/') { ?>
<p>Clicking the button below will take you to the [Seqera Platform](https://seqera.io/platform/) launch page with all parameters set, ready for launch
<p>Clicking the button below will take you to the <a href="https://seqera.io/platform/" target="_blank">Seqera Platform</a> launch page with all parameters set, ready for launch
(requires a Seqera Platform account).</p>
<form method="get" action="https://cloud.seqera.io/quicklaunch" target="_blank" class="mb-3">
<?php foreach ($tower_fields as $name => $value) {
Expand Down

0 comments on commit 33acd6a

Please sign in to comment.