Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin committed Dec 28, 2023
1 parent 3e6bd51 commit a8f1893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/developers/docstring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,7 @@ Set all input device callbacks from :attr:`action_config`
**Arguments**:

- `action_config`: Dictionary with one
:ref:`RPC Command <userguide/rpc_commands:RPC commands>` definition entry for every device callback
[RPC Commands](../../builders/rpc-commands.md) definition entry for every device callback

<a id="components.gpio.gpioz.core.input_devices.EventProperty"></a>

Expand Down
2 changes: 1 addition & 1 deletion src/jukebox/components/gpio/gpioz/core/input_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def set_rpc_actions(self, action_config) -> None:
Set all input device callbacks from :attr:`action_config`
:param action_config: Dictionary with one
:ref:`RPC Command <userguide/rpc_commands:RPC commands>` definition entry for every device callback
[RPC Commands](../../builders/rpc-commands.md) definition entry for every device callback
"""
pass

Expand Down

0 comments on commit a8f1893

Please sign in to comment.