Skip to content

Commit f89aa06

Browse files
Fix links
1 parent 6e67636 commit f89aa06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/partials/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="column flex-column">
55
<h4>Get started</h4>
66
<a href="/install.php">Download and Install</a>
7-
<a href="/doc">Documentation</a>
7+
<a href="/docs">Documentation</a>
88
</div>
99
<div class="column">
1010
<h4>Social</h4>
@@ -38,8 +38,8 @@ <h4>Social</h4>
3838
</div>
3939
<div class="column flex-column">
4040
<h4>Community</h4>
41-
<a href="/community.php">Community</a>
42-
<a href="/community.php">Join the community</a>
41+
<a href="/community">Community</a>
42+
<a href="/community">Join the community</a>
4343
<a href="https://www.reddit.com/r/LentoLang/" target="_blank">Join our subreddit</a>
4444
<a href="/community/index.html#forums--mailing-lists">Mailing Lists</a>
4545
<a href="/community/index.html#community-libraries-and-tools">Libraries and Tools</a>
@@ -56,7 +56,7 @@ <h4>Contribute</h4>
5656
<div id="footer-copy" class="container center">
5757
<p class="text-center">
5858
© 2020 The Lento team. All rights reserved.<br>
59-
Lento is licensed under the MIT License, <a href="/doc/LICENSE.php">view license</a>.
59+
Lento is licensed under the MIT License, <a href="/LICENSE">view license</a>.
6060
</p>
6161
</div>
6262
</footer>

0 commit comments

Comments
 (0)