Skip to content

Commit

Permalink
update release notes to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly committed Jun 14, 2022
1 parent 7a19167 commit b21dc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<h2 class="home-subtitle text-light mb-4"><?php echo _('Your own 3D parametric modeler'); ?></h2>
<div class="flex-column flex-lg-row">
<a class="btn btn-light rounded-pill mt-2" role="button" href="<?php echo $downloadurl; ?>"><?php echo _('Download now'); ?></a>
<a class="btn btn-outline-light rounded-pill mt-2" role="button" href="https://wiki.freecad.org/Release_notes_0.19"><?php echo _("See what's new"); ?></a>
<a class="btn btn-outline-light rounded-pill mt-2" role="button" href="https://wiki.freecad.org/Release_notes_0.20"><?php echo _("See what's new"); ?></a>
</div>
</div>
</section>
Expand Down

0 comments on commit b21dc2f

Please sign in to comment.