Skip to content

Commit

Permalink
Correct GPL license link in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jan 18, 2022
1 parent 54e4c20 commit d8d12c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/pages/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<p>
<?= lang('about_app_license') ?>
<a href="https://www.gnu.org/copyleft/gpl.html">https://www.gnu.org/copyleft/gpl.html</a>
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/copyleft/gpl.html</a>
</p>
</div>
</div>
Expand Down

0 comments on commit d8d12c4

Please sign in to comment.