From a2e84e98eda71d892a54e9fd4316ec69387b5d2c Mon Sep 17 00:00:00 2001 From: Dave Wilding Date: Fri, 3 Jan 2025 16:01:04 +0800 Subject: [PATCH] Fixed link to ops.RelationChangedEvent --- docs/howto/manage-relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/manage-relations.md b/docs/howto/manage-relations.md index e2e120662..ac2d28722 100644 --- a/docs/howto/manage-relations.md +++ b/docs/howto/manage-relations.md @@ -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.