Skip to content

Commit 9423ad3

Browse files
committed
fix broken links after new nav reorganization
1 parent fed557c commit 9423ad3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

overrides/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ <h2>Where to go from here</h2>
2929

3030
<ul>
3131
<li><strong><a href="{{ config.site_url }}">Welcome to L5</a></strong>: Get started with L5 fundamentals</li>
32-
<li><strong><a href="{{ config.site_url }}getting-started/">Getting Started</a></strong>: Installation and your first sketch</li>
3332
<li><strong><a href="{{ config.site_url }}download/">Download L5</a></strong>: Get the latest version for your platform</li>
3433
<li><strong><a href="{{ config.site_url }}reference/">Reference</a></strong>: Complete API documentation</li>
34+
<li><strong><a href="{{ config.site_url }}tutorials/">Tutorials</a></strong>: A Complete Introduction to Programming with L5</li>
3535
<li><strong><a href="{{ config.site_url }}examples/">Examples</a></strong>: Learn by exploring example sketches</li>
36-
<li><strong><a href="{{ config.site_url }}L5-for-processingp5/">L5 for Processing Users</a></strong>: If you know Processing, start here</li>
36+
<li><strong><a href="{{ config.site_url }}tutorials/L5-for-processingp5/">L5 for Processing Users</a></strong>: If you know Processing, start here</li>
3737
</ul>
3838

3939
<h2>Have trouble?</h2>

0 commit comments

Comments
 (0)