Skip to content

Commit 3ee65c8

Browse files
authored
docs: update related packages sections
PR-URL: #5936 Reviewed-by: Athan Reines <[email protected]>
1 parent 6716e62 commit 3ee65c8

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/dstructs/doubly-linked-list

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/dstructs/doubly-linked-list/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ len = list.length;
513513

514514
## See Also
515515

516-
- <span class="package-name">[`@stdlib/utils/linked-list`][@stdlib/utils/linked-list]</span><span class="delimiter">: </span><span class="description">linked list.</span>
517-
- <span class="package-name">[`@stdlib/utils/stack`][@stdlib/utils/stack]</span><span class="delimiter">: </span><span class="description">stack.</span>
516+
- <span class="package-name">[`@stdlib/dstructs/linked-list`][@stdlib/dstructs/linked-list]</span><span class="delimiter">: </span><span class="description">linked list.</span>
517+
- <span class="package-name">[`@stdlib/dstructs/stack`][@stdlib/dstructs/stack]</span><span class="delimiter">: </span><span class="description">stack.</span>
518518

519519
</section>
520520

@@ -526,9 +526,9 @@ len = list.length;
526526

527527
<!-- <related-links> -->
528528

529-
[@stdlib/utils/linked-list]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/linked-list
529+
[@stdlib/dstructs/linked-list]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/linked-list
530530

531-
[@stdlib/utils/stack]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/stack
531+
[@stdlib/dstructs/stack]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/stack
532532

533533
<!-- </related-links> -->
534534

0 commit comments

Comments
 (0)