diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 20:14:17 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 20:14:17 -0400 |
commit | 66dcff23edbde46ee10a28af19525d734f46872c (patch) | |
tree | 542483ce6b566f813a2cc563a6d4ac025e2c646f /RELEASES.md | |
parent | 8f4f332faf12398460054086e23bf54be1a49382 (diff) | |
download | bfs-66dcff23edbde46ee10a28af19525d734f46872c.tar.xz |
RELEASES.md: Fix a bad issue link
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 98b5815..efb10ef 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -111,7 +111,7 @@ **April 15, 2019** -- New `-unique` option that filters out duplicate files ([#40]) +- New `-unique` option that filters out duplicate files ([#48]) - Optimized the file coloring implementation - Fixed the coloring implementation to match GNU ls more closely in many corner cases - Implemented escape sequence parsing for `LS_COLORS` @@ -119,7 +119,7 @@ - Fixed the order of fallbacks used when some color keys are unset - Add a workaround for incorrect file types for bind-mounted files on Linux ([#37]) -[#40]: https://github.com/tavianator/bfs/issues/40 +[#48]: https://github.com/tavianator/bfs/issues/48 [#37]: https://github.com/tavianator/bfs/issues/37 |