Skip to content

Commit d708b78

Browse files
committed
chore: remove guide ref
1 parent c706b83 commit d708b78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/topics/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ These options are available on all route types:
352352
- `default_fields` — a list of fields to include in the response attributes
353353
- `primary?` (default `false`) — whether this is the default route for link generation
354354
- `metadata` — a function `fn subject, result, request -> map end` for top-level response metadata
355-
- `modify_conn` — a function to modify the Plug conn before responding. See the [modify_conn guide](/documentation/topics/modify-conn.md).
355+
- `modify_conn` — a function to modify the Plug conn before responding.
356356
- `query_params` — action arguments to accept as query parameters
357357
- `name` — a globally unique name for this route, used in docs and OpenAPI
358358
- `description` — a human-friendly description for generated documentation (overrides the action description)

0 commit comments

Comments
 (0)