diff options
Diffstat (limited to 'docs/src/Interfaces/Search.md')
-rw-r--r-- | docs/src/Interfaces/Search.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/Interfaces/Search.md b/docs/src/Interfaces/Search.md index a7cd0d1..ca309eb 100644 --- a/docs/src/Interfaces/Search.md +++ b/docs/src/Interfaces/Search.md @@ -4,7 +4,7 @@ Ponzu provides a set of interfaces from the `system/search` package to enable an ## Interfaces -### [search.Searchable](https://godoc.org/github.com/ponzu-cms/ponzu/system/search#Searchable) +### [search.Searchable](https://godoc.org/github.com/haturatu/ponzu/system/search#Searchable) Searchable determines how content is indexed and whether the system should index the content when it is created and updated or be removed from the index when content is deleted. !!! warning "" |