Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add name jump mark to renderer options & update section links to it #22

Open
wants to merge 1 commit into
base: source
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/guides/serialization/rendering.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ JSONAPI::Serializable::SuccessRenderer.render(posts,
posts: [:title, :content] })
```

For a comprehensive list of renderer options, see [Renderer options]().
For a comprehensive list of renderer options, see [Renderer options](#renderer-options).

## Ruby on Rails

Expand All @@ -44,7 +44,7 @@ render jsonapi: posts,
posts: [:title, :content] }
```

For a comprehensive list of renderer options, see [Renderer options]().
For a comprehensive list of renderer options, see [Renderer options](#renderer-options).

## Hanami

Expand Down Expand Up @@ -80,9 +80,9 @@ module API::Controllers::Posts
end
```

For a comprehensive list of renderer options, see [Renderer options]().
For a comprehensive list of renderer options, see [Renderer options](#renderer-options).

## Renderer options
## Renderer options<a name="renderer-options"></a>

The available options are:

Expand Down