diff --git a/docs/en/Lists/add-element-at-any-position-in-a-singly-linked-list.md b/docs/en/Lists/add-element-at-any-position-in-a-singly-linked-list.md index 03ffe5a8..8aac4922 100644 --- a/docs/en/Lists/add-element-at-any-position-in-a-singly-linked-list.md +++ b/docs/en/Lists/add-element-at-any-position-in-a-singly-linked-list.md @@ -102,7 +102,7 @@ Now, let us create the three-nod linked list as an example. One way to create th ## Implementation - [C](../../../algorithms/C/linked-lists/Add-Element-at-Nth-Position-SinglyLinkedList.c) - Screenshot 2022-10-02 at 5 35 23 PM +Screenshot 2022-10-02 at 5 35 23 PM ## Video URL