We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a284ed3 + 268c037 commit 5dca685Copy full SHA for 5dca685
docs/tutorials/hello-world.md
@@ -413,7 +413,7 @@ Once the plugin is imported we can create a trial using the plugin.
413
To declare a trial that uses the `html-keyboard-response` plugin, we create an object with the property `type` equal to `htmlKeyboardResponse`.
414
We can specify the other parameters of the plugin in the same object.
415
Here we use the `stimulus` parameter to include a message.
416
-You can see the full set of parameters for each plugin on its [documentation page](../plugins/html-keyboard-response).
+You can see the full set of parameters for each plugin on its [documentation page](../plugins/html-keyboard-response.md).
417
418
```js
419
import {initJsPsych} from 'jspsych';
0 commit comments