Skip to content

Commit c83bd11

Browse files
authored
Update index.html
1 parent bd052f5 commit c83bd11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>Garderner Life</h2>
99
<ul>
1010
<li>
1111
<p>
12-
<a href="List/list.html">List</a>
12+
<a href="LeetCode/List/list.html">List</a>
1313
</p>
1414
</li>
1515
</ul>
@@ -20,7 +20,7 @@ <h2>Garderner Life</h2>
2020
<ul>
2121
<li>
2222
<p>
23-
<a href="Tree/tree.html">Tree</a>
23+
<a href="LeetCode/Tree/tree.html">Tree</a>
2424
</p>
2525
</li>
2626
</ul>
@@ -31,7 +31,7 @@ <h2>Garderner Life</h2>
3131
<ul>
3232
<li>
3333
<p>
34-
<a href="Graph/graph.html">Graph</a>
34+
<a href="LeetCode/Graph/graph.html">Graph</a>
3535
</p>
3636
</li>
3737
</ul>
@@ -42,7 +42,7 @@ <h2>Garderner Life</h2>
4242
<ul>
4343
<li>
4444
<p>
45-
<a href="HashTable/hashtable.html">HashTable</a>
45+
<a href="LeetCode/HashTable/hashtable.html">HashTable</a>
4646
</p>
4747
</li>
4848
</ul>
@@ -53,7 +53,7 @@ <h2>Garderner Life</h2>
5353
<ul>
5454
<li>
5555
<p>
56-
<a href="Math/math.html">Math</a>
56+
<a href="LeetCode/Math/math.html">Math</a>
5757
</p>
5858
</li>
5959
</ul>

0 commit comments

Comments
 (0)