Skip to content

Commit f0821c5

Browse files
mtnntnmtnntn
authored andcommitted
Updated link to DRF OrderingFilter
1 parent d8f26fc commit f0821c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ simply don't use this filter backend.
135135
#### OrderingFilter
136136

137137
`OrderingFilter` implements the [JSON:API `sort`](http://jsonapi.org/format/#fetching-sorting) and uses
138-
DRF's [ordering filter](http://django-rest-framework.readthedocs.io/en/latest/api-guide/filtering/#orderingfilter).
138+
DRF's [ordering filter](https://www.django-rest-framework.org/api-guide/filtering/#orderingfilter).
139139

140140
Per the JSON:API specification, "If the server does not support sorting as specified in the query parameter `sort`,
141141
it **MUST** return `400 Bad Request`." For example, for `?sort=abc,foo,def` where `foo` is a valid

0 commit comments

Comments
 (0)