summaryrefslogtreecommitdiff
path: root/developers.md
diff options
context:
space:
mode:
authorOle <j0le@users.noreply.github.com>2022-03-14 10:54:48 +0100
committerGitHub <noreply@github.com>2022-03-14 10:54:48 +0100
commita36a813d5d031e6f5d52b74986915e68130febd9 (patch)
tree647ab9a3cfa37a40b1ea155708d6609276483be3 /developers.md
parentdf303e12e09b4e6e1fd1e1e184d26827105b318d (diff)
docs: fix path in developers file (#1789)
Diffstat (limited to 'developers.md')
-rw-r--r--developers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/developers.md b/developers.md
index 3d3d0b2..748c5c0 100644
--- a/developers.md
+++ b/developers.md
@@ -230,7 +230,7 @@ for the entries being displayed. For an example of an entry maker take a look at
`lua/telescope/make_entry.lua`.
A good way to make your `display` more like a table is to use a `displayer` which can be found in
-`lua/telescope/entry_display.lua`. A simpler example of `displayer` is the
+`lua/telescope/pickers/entry_display.lua`. A simpler example of `displayer` is the
function `gen_from_git_commits` in `make_entry.lua`.
The `ordinal` is also required, which is used for sorting. As already mentioned