fix(#1668): update issue link

This commit is contained in:
Alexander Courtis 2022-10-18 11:34:26 +11:00
parent 3a2f68b9d5
commit 2b970635d1

View File

@ -297,7 +297,7 @@ local function removed(opts)
end
if opts.focus_empty_on_setup then
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"
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"
end
opts.focus_empty_on_setup = nil
end