Skip to content

Commit af79235

Browse files
committed
Fix broken anchor links in the glossary
It seems like `mkdocs` now also validates the anchor links in the documentation, and it was complaining about the broken links in the glossary. This commit fixes the broken links by changing the anchor names to lowercase and linking to the code where appropriate. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 51a93ec commit af79235

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/user-guide/glossary.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ components](#component-category) together. It can be connected to the public
6161
[grid](#grid), or be completely isolated, in which case it is known as an
6262
island.
6363

64-
Components can be grouped into [assets](#Assets) and [devices](#Devices).
64+
Components can be grouped into [assets](#assets) and [devices](#devices).
6565
Assets are core components like generators or storage systems that are crucial from a business perspective,
6666
whereas devices are the supporting infrastructure essential for the functionality of these assets.
6767

@@ -408,7 +408,8 @@ flowing into the component instead, this will be zero.
408408

409409
In [microgrid](#microgrid) context sometimes used as the remaining difference
410410
between the [net consumption](#net-consumption) and the [battery](#battery)
411-
power, i.e. what we define as [grid power](#grid_power).
411+
power, i.e. what we define as
412+
[`grid().power`][frequenz.sdk.timeseries.grid.Grid.power].
412413

413414
### Residual Load
414415

0 commit comments

Comments
 (0)