File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/node_modules/@stdlib/dstructs/doubly-linked-list Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -513,8 +513,8 @@ len = list.length;
513
513
514
514
## See Also
515
515
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>
518
518
519
519
< / section>
520
520
@@ -526,9 +526,9 @@ len = list.length;
526
526
527
527
<!-- < related- links> -->
528
528
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
530
530
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
532
532
533
533
<!-- < / related- links> -->
534
534
You can’t perform that action at this time.
0 commit comments