Skip to content

Commit 66eef2d

Browse files
authored
Fix fileop anchor links (#2174)
The highlights section links to mkdir and rm had wrong anchor targets.
1 parent df25f4e commit 66eef2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog/2026-05-23-nushell_v0_113_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mv -v before.txt after.txt | get 0.message
6262
rm -v missing.txt existing.txt | where deleted == false
6363
```
6464

65-
Read more about `mkdir`/`mv` [here](#mkdir--v-now-returns-a-table) and `rm` [here](#rm--v-returns-structured-data).
65+
Read more about `mkdir`/`mv` [here](#mkdir-v-now-returns-a-table) and `rm` [here](#rm-v-returns-structured-data).
6666

6767
## Markdown, now with less AST noise <JumpToc/>
6868

0 commit comments

Comments
 (0)