Add C examples page, fix nav links to use correct paths
This commit is contained in:
parent
cce700e705
commit
6c0dfcb4ca
22 changed files with 405 additions and 602 deletions
|
|
@ -49,8 +49,8 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/languages/c/">C Implementations</a></li>
|
||||
<li><a href="/languages/csharp/">C# Implementations</a></li>
|
||||
<li><a href="/c-examples.html">C Examples</a></li>
|
||||
<li><a href="/csharp-examples.html">C# Examples</a></li>
|
||||
<li><a href="/csharp-examples.html" class="active">C# Examples</a></li>
|
||||
<li><a href="/dart-examples.html">Dart Examples</a></li>
|
||||
<li><a href="/elixir-examples.html">Elixir Examples</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue