Skip to content

Commit

Permalink
fix(tips): update deprecated URL (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarifpour authored Oct 26, 2023
1 parent 77f938f commit 3b70880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ preview_offset = [ 2, 1, 2, 1 ]

<img src={useBaseUrl("/img/symlink-in-status.png")} width="600" />

You only need to rewrite the [`Status:name()` method](https://github.com/sxyazi/yazi/blob/main/plugin/preset/components/status.lua#L39-L46) to achieve this feature, save this function as a file, and apply the following patch to it:
You only need to rewrite the [`Status:name()` method](https://github.com/sxyazi/yazi/blob/main/yazi-plugin/preset/components/status.lua#L39-L46) to achieve this feature, save this function as a file, and apply the following patch to it:

```diff
@@ -42,7 +42,11 @@ function Status:name()
Expand Down

0 comments on commit 3b70880

Please sign in to comment.