Skip to content

Commit 8a8ee15

Browse files
committed
docs: update related packages sections
1 parent 3e9c53b commit 8a8ee15

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/dstructs/stack

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/dstructs/stack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ len = stack.length;
327327

328328
## See Also
329329

330-
- <span class="package-name">[`@stdlib/utils/fifo`][@stdlib/utils/fifo]</span><span class="delimiter">: </span><span class="description">first-in-first-out (FIFO) queue.</span>
330+
- <span class="package-name">[`@stdlib/dstructs/fifo`][@stdlib/dstructs/fifo]</span><span class="delimiter">: </span><span class="description">first-in-first-out (FIFO) queue.</span>
331331

332332
</section>
333333

@@ -339,7 +339,7 @@ len = stack.length;
339339

340340
<!-- <related-links> -->
341341

342-
[@stdlib/utils/fifo]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/fifo
342+
[@stdlib/dstructs/fifo]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/fifo
343343

344344
<!-- </related-links> -->
345345

0 commit comments

Comments
 (0)