# `PhoenixKit.Integrations.ResourceLinks`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.213/lib/phoenix_kit/integrations/resource_links.ex#L1)

Resolves `"integration"` resources to their edit page for deep-linking.

An activity logged against an integration (`resource_type: "integration"`,
`resource_uuid:` the storage row's uuid) resolves to the connection's edit
page (`/admin/settings/integrations/:uuid`), titled `provider / name`.

Registered as the `"integration"` handler by `PhoenixKit.ResourceLinks`
(gated on this module being loaded). Mirrors
`PhoenixKit.Users.CommentResources` — implements the same
`resolve_comment_resources/1` contract and returns a **raw** phoenix_kit path
(`Routes.path/1` is applied once at render).

# `resolve_comment_resources`

```elixir
@spec resolve_comment_resources([binary()]) :: %{required(binary()) =&gt; map()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
