diff --git a/docs/user-guide/glossary.md b/docs/user-guide/glossary.md index 9a9ea7c81..f84ab1f78 100644 --- a/docs/user-guide/glossary.md +++ b/docs/user-guide/glossary.md @@ -188,8 +188,8 @@ microgrid are connected with each other. Some of the ways in which the SDK uses the component graph are: - figure out how to calculate high level metrics like -[`grid_power`][frequenz.sdk.timeseries.grid.Grid.power], -[`consumer_power`][frequenz.sdk.timeseries.consumer.Consumer.power], +[`grid().power`][frequenz.sdk.timeseries.grid.Grid.power], +[`consumer().power`][frequenz.sdk.timeseries.consumer.Consumer.power], etc. for a microgrid, using the available components. - identify the available {{glossary("battery", "batteries")}} or {{glossary("EV charger", "EV chargers")}} at a site that can be controlled.