docs: add 'https://' prefix to smart history link (#1885)

This commit is contained in:
Austin Ray
2022-04-30 06:35:34 -04:00
committed by GitHub
parent a59ada7914
commit 557c8b98c5
2 changed files with 2 additions and 2 deletions

View File

@@ -3189,7 +3189,7 @@ So you have a history for:
- live_grep project_2 - live_grep project_2
- etc - etc
See github.com/nvim-telescope/telescope-smart-history.nvim See https://github.com/nvim-telescope/telescope-smart-history.nvim
histories.History() *telescope.actions.history.History()* histories.History() *telescope.actions.history.History()*
Manages prompt history Manages prompt history

View File

@@ -23,7 +23,7 @@ local uv = vim.loop
--- - live_grep project_2 --- - live_grep project_2
--- - etc --- - etc
--- ---
--- See github.com/nvim-telescope/telescope-smart-history.nvim --- See https://github.com/nvim-telescope/telescope-smart-history.nvim
---@brief ]] ---@brief ]]
-- TODO(conni2461): currently not present in plenary path only sync. -- TODO(conni2461): currently not present in plenary path only sync.