Skip to content

Commit 45197b3

Browse files
committed
fix internal link on list section
1 parent a7ab66d commit 45197b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,4 @@ Sometimes we only need to display a filtered or sorted version of the Array with
286286
1. Create a computed property that returns the filtered or sorted Array;
287287
2. Use the built-in `filterBy` and `orderBy` filters.
288288

289-
A computed property would give you finer-grained control and more flexibility since it's full JavaScript; but the filters can be more convenient for common use cases. For detailed usage of the Array filters, check out their [documentation](/api/filters.html#filterBy).
289+
A computed property would give you finer-grained control and more flexibility since it's full JavaScript; but the filters can be more convenient for common use cases. For detailed usage of the Array filters, check out their [documentation](/api/#filterBy).

0 commit comments

Comments
 (0)