Skip to content

Commit 8777b4b

Browse files
authored
docs: Fix wrong references in doc strings for COM VerwendungszweckProMarktrolle (#1055)
1 parent 245ac3b commit 8777b4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bo4e/com/verwendungszweckpromarktrolle.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Contains Verwendungszweck class
2+
Contains VerwendungszweckProMarktrolle class
33
"""
44

55
from typing import TYPE_CHECKING, Annotated, Literal, Optional
@@ -25,10 +25,10 @@ class VerwendungszweckProMarktrolle(COM):
2525
2626
.. raw:: html
2727
28-
<object data="../_static/images/bo4e/com/Verwendungszweck.svg" type="image/svg+xml"></object>
28+
<object data="../_static/images/bo4e/com/VerwendungszweckProMarktrolle.svg" type="image/svg+xml"></object>
2929
3030
.. HINT::
31-
`Verwendungszweck JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/{__gh_version__}/src/bo4e_schemas/com/Verwendungszweck.json>`_
31+
`VerwendungszweckProMarktrolle JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/{__gh_version__}/src/bo4e_schemas/com/VerwendungszweckProMarktrolle.json>`_
3232
3333
"""
3434

0 commit comments

Comments
 (0)