Sfoglia il codice sorgente

fix link in neuron list

nico 8 anni fa
parent
commit
6935877af1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Docs/neuron_list.md

+ 1 - 1
Docs/neuron_list.md

@@ -11,7 +11,7 @@ A neuron is a module that will perform some actions attached to an order. You ca
 | [push_message](../neurons/push_message/)           | Send a push message to a remote device like Android/iOS/Windows Phone or Chrome browser | push_message      |
 | [say](../neurons/say/)                             | Make Kalliope talk by using TTS                                                         | say               |
 | [script](../neurons/script/)                       | Run an executable script                                                                | script            |
-| [shell](../neurons/command/)                       | Run a shell command                                                                     | shell             |
+| [shell](../neurons/shell/)                         | Run a shell command                                                                     | shell             |
 | [sleep](../neurons/sleep/)                         | Make Kalliope sleep for a while before continuing                                       | sleep             |
 | [systemdate](../neurons/systemdate/)               | Give the local system date and time                                                     | systemdate        |
 | [tasker_autoremote](../neurons/tasker_autoremote/) | Send a message to Android tasker app                                                    | tasker_autoremote |