summaryrefslogtreecommitdiff
path: root/docs/src/Interfaces/Search.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-02-22 23:20:55 +0900
committerhaturatu <taro@eyes4you.org>2025-02-22 23:20:55 +0900
commit9345907a5c1737c6c2c1f8eba52a568035b08493 (patch)
tree50f0c68436e4eba8e7a72cf9876a577d0c4c6340 /docs/src/Interfaces/Search.md
parenta9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (diff)
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'docs/src/Interfaces/Search.md')
-rw-r--r--docs/src/Interfaces/Search.md2
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 ""