Skip to content

Commit 5dca685

Browse files
authored
Merge pull request #2961 from qbunt/patch-1
Fix for broken link on hello-world
2 parents a284ed3 + 268c037 commit 5dca685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Once the plugin is imported we can create a trial using the plugin.
413413
To declare a trial that uses the `html-keyboard-response` plugin, we create an object with the property `type` equal to `htmlKeyboardResponse`.
414414
We can specify the other parameters of the plugin in the same object.
415415
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).
416+
You can see the full set of parameters for each plugin on its [documentation page](../plugins/html-keyboard-response.md).
417417

418418
```js
419419
import {initJsPsych} from 'jspsych';

0 commit comments

Comments
 (0)