Skip to content

Commit

Permalink
Fixed link to ops.RelationChangedEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilding committed Jan 3, 2025
1 parent 31f8261 commit a2e84e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/manage-relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ To use data received through the relation, have your charm observe the `relation
framework.observe(self.on.replicas_relation_changed, self._update_configuration)
```

> See more: [](ops.RelationChangedevent), [`juju` | Relation (integration)](https://juju.is/docs/juju/relation#heading--permissions-around-relation-databags)
> See more: [](ops.RelationChangedEvent), [`juju` | Relation (integration)](https://juju.is/docs/juju/relation#heading--permissions-around-relation-databags)

Most of the time, you should use the same holistic handler as when receiving other data, such as `secret-changed` and `config-changed`. To access the relation(s) in your holistic handler, use the [](ops.Model.get_relation) method or [](ops.Model.relations) attribute.

Expand Down

0 comments on commit a2e84e9

Please sign in to comment.