Skip to content

Commit 2b97063

Browse files
committed
fix(#1668): update issue link
1 parent 3a2f68b commit 2b97063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/legacy.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ local function removed(opts)
297297
end
298298

299299
if opts.focus_empty_on_setup then
300-
utils.notify.warn "focus_empty_on_setup has been removed and will be replaced by a new startup configuration. Please remove this option. See https://bit.ly/3S7BtqP and https://bit.ly/3yJch2T"
300+
utils.notify.warn "focus_empty_on_setup has been removed and will be replaced by a new startup configuration. Please remove this option. See https://bit.ly/3yJch2T"
301301
end
302302
opts.focus_empty_on_setup = nil
303303
end

0 commit comments

Comments
 (0)