Skip to content

Commit 51a93ec

Browse files
committed
Update links to code symbols in the glossary
The links to the code symbols in the glossary were outdated, using old names from the logical meter. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 790f507 commit 51a93ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ microgrid are connected with each other. Some of the ways in which the SDK uses
188188
the component graph are:
189189

190190
- figure out how to calculate high level metrics like
191-
[`grid_power`][frequenz.sdk.timeseries.grid.Grid.power],
192-
[`consumer_power`][frequenz.sdk.timeseries.consumer.Consumer.power],
191+
[`grid().power`][frequenz.sdk.timeseries.grid.Grid.power],
192+
[`consumer().power`][frequenz.sdk.timeseries.consumer.Consumer.power],
193193
etc. for a microgrid, using the available components.
194194
- identify the available {{glossary("battery", "batteries")}} or
195195
{{glossary("EV charger", "EV chargers")}} at a site that can be controlled.

0 commit comments

Comments
 (0)