Skip to content

Commit 66b49e7

Browse files
folder name updated
1 parent 432d643 commit 66b49e7

15 files changed

Lines changed: 1139 additions & 1123 deletions

File tree

Home/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ <h2>Queue</h2>
143143
<h2>Linked List</h2>
144144
<div class="grid-container">
145145
<div class="card">
146-
<a href="../singly-linked-list-1_1/index.html">
146+
<a href="../singly-linked-list/index.html">
147147
<div class="icon">
148148
<i class="fas fa-link"></i>
149149
</div>
150150
<p>Singly Linked List</p>
151151
</a>
152152
</div>
153153
<div class="card">
154-
<a href="../doubly-linkedList/index.html">
154+
<a href="../doubly-linked-list/index.html">
155155
<div class="icon">
156156
<i class="fas fa-code-branch"></i>
157157
</div>

0 commit comments

Comments
 (0)