Skip to content

Commit 358340a

Browse files
committed
fix: Correct link for adding filetypes
1 parent f8b1f2f commit 358340a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/debugprint/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ local insert_debugprint_line = function(opts)
188188
line_to_insert = utils_errors.construct_error_line(
189189
"No debugprint configuration for filetype "
190190
.. utils.get_effective_filetypes()[1]
191-
.. "; see https://github.com/andrewferrier/debugprint.nvim?tab=readme-ov-file#add-custom-filetypes"
191+
.. "; see https://github.com/andrewferrier/debugprint.nvim/blob/main/SHOWCASE.md#modifying-or-adding-filetypes"
192192
)
193193
end
194194

0 commit comments

Comments
 (0)