Skip to content

Commit 2934370

Browse files
committed
chore: replace git.io link with bit.ly
1 parent 0b115ac commit 2934370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-tree/legacy.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local utils = require "nvim-tree.utils"
22

33
local M = {}
44

5-
-- TODO update git.io/JPhyt when adding a migration
5+
-- TODO update bit.ly/3vIpEOJ when adding a migration
66

77
-- migrate the g: to o if the user has not specified that when calling setup
88
local g_migrations = {
@@ -205,7 +205,7 @@ function M.migrate_legacy_options(opts)
205205
for g, m in pairs(g_migrations) do
206206
if vim.fn.exists("g:" .. g) ~= 0 then
207207
m(opts)
208-
msg = (msg and msg .. ", " or "Following options were moved to setup, see git.io/JPhyt: ") .. g
208+
msg = (msg and msg .. ", " or "Following options were moved to setup, see bit.ly/3vIpEOJ: ") .. g
209209
end
210210
end
211211
if msg then

0 commit comments

Comments
 (0)