From 622872ae2b95958ac351744372cd97cb0304215a Mon Sep 17 00:00:00 2001 From: Joel Tanner Jones Date: Tue, 13 Jun 2017 13:28:24 -0400 Subject: [PATCH] Fix dead link in docs/general/rendering The add_pageination_links.md is dead in docs/general/rendering on the 0-10-stable branch. --- docs/general/rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/rendering.md b/docs/general/rendering.md index af2d886f..2a7626fb 100644 --- a/docs/general/rendering.md +++ b/docs/general/rendering.md @@ -290,4 +290,4 @@ See [Usage outside of a controller](../howto/outside_controller_use.md#serializi ## Pagination -See [How to add pagination links](https://github.com/rails-api/active_model_serializers/blob/master/docs/howto/add_pagination_links.md). +See [How to add pagination links](../howto/add_pagination_links.md).