Skip to content

Commit 4ef35ae

Browse files
coderaisermarcandre
authored andcommitted
readme: fix linkt to content filters
1 parent 252c668 commit 4ef35ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ It will then look for the `targetAttr` (by default "data-featherlight") on this
6262

6363
***configuration*** – Object: Object to configure certain aspects of the plugin. See [Configuration](#configuration).
6464

65-
***$content*** – jQuery Object or String: You can manually pass a jQuery object or a string (see [content filters](content_filters])) to be opened in the ligthbox.
65+
***$content*** – jQuery Object or String: You can manually pass a jQuery object or a string (see [content filters](#content-filters)) to be opened in the ligthbox.
6666

6767
## Manual calling of Featherlight
6868
In cases where you don't want an Element to act as Trigger you can call Featherlight manually. You can use this for example in an ajax callback to display the response data.
6969

7070
$.featherlight($content, configuration);
7171

72-
***$content*** – jQuery Object or String: You can manually pass a jQuery object or a string (see [content filters](content_filters])) to be opened in the ligthbox.
72+
***$content*** – jQuery Object or String: You can manually pass a jQuery object or a string (see [content filters](#content-filters)) to be opened in the ligthbox.
7373

7474
***configuration*** – Object: Object to configure certain aspects of the plugin. See [Configuration](#configuration).
7575

0 commit comments

Comments
 (0)