Skip to content

Commit 2f44f3f

Browse files
lmolinarzr
authored andcommitted
fix(docs): correct typo in documents reference
There was a typo in the reference to supported_command_classes.md, where the correct filename is supported_command_classes.rst.
1 parent ef79649 commit 2f44f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/protocol/zwave/zpc_introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme_debug.md
1313
../../../applications/zpc/how_to_implement_zwave_command_classes.rst
1414
../../../applications/zpc/how_to_write_uam_files_for_the_zpc.md
1515
../../../applications/zpc/how_to_interact_with_clusters.rst
16-
../../../applications/zpc/doc/supported_command_classes.md
16+
../../../applications/zpc/doc/supported_command_classes.rst
1717
```
1818

1919
The [ZPC User Guide](../../../applications/zpc/readme_user.md) explains how to use and configure ZPC.
@@ -28,6 +28,6 @@ The guide [How to write UAM files for ZPC](../../../applications/zpc/how_to_writ
2828

2929
The guide [How to interact with clusters](../../../applications/zpc/how_to_interact_with_clusters.rst) goes into detail about the implementation of Cluster in Unify.
3030

31-
The guide [Supported Command Classes](../../../applications/zpc/doc/supported_command_classes.md) goes into detail about how the command class are implemented. This documents gives specifics about the attributes store and MQTT topics that can interact with the class.
31+
The guide [Supported Command Classes](../../../applications/zpc/doc/supported_command_classes.rst) goes into detail about how the command class are implemented. This documents gives specifics about the attributes store and MQTT topics that can interact with the class.
3232

3333
The doxygen generated <a href="../../../doxygen_zpc/index.html">ZPC API</a>

0 commit comments

Comments
 (0)