Skip to content

Commit

Permalink
Merge pull request #1343 from LilithHafner/patch-1
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
xuanxu authored Jun 1, 2024
2 parents 9127304 + ad3f941 commit a2cd229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/papers/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
<div class="col form-check" style="margin-left: 15px;">
<input type="checkbox" id="paper-check" class="pre-check form-check-input">
<label class="form-check-label" for="paper-check">I have verified that my paper compiles using one of <a href="https://joss.readthedocs.io/en/latest/submitting.html#checking-that-your-paper-compiles" target="_blank">these tools</a>.</label>
<label class="form-check-label" for="paper-check">I have verified that my paper compiles using one of <a href="https://joss.readthedocs.io/en/latest/paper.html#checking-that-your-paper-compiles" target="_blank">these tools</a>.</label>
</div>
<div class="col form-check">
<input type="checkbox" id="coc-check" class="pre-check form-check-input">
Expand Down

0 comments on commit a2cd229

Please sign in to comment.