Skip to content

Commit 8c9ffa4

Browse files
authored
Fix broken links in readme
1 parent bc05859 commit 8c9ffa4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
![jspsych logo](http://www.jspsych.org/img/jspsych-logo.jpg)
1+
![jspsych logo](http://www.jspsych.org/latest/img/jspsych-logo.jpg)
22

33
jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser.
44

5-
Experiments in jsPsych are created using [plugins](https://www.jspsych.org/overview/plugins).
5+
Experiments in jsPsych are created using [plugins](https://www.jspsych.org/latest/overview/plugins).
66
Each plugin defines different kinds of events, like showing an image on the screen, and collects different kinds of data, like recording which key was pressed at which time.
7-
By assembling different plugins together into [a timeline](https://www.jspsych.org/overview/timeline), it is possible to create a wide range of online experiments.
7+
By assembling different plugins together into [a timeline](https://www.jspsych.org/latest/overview/timeline), it is possible to create a wide range of online experiments.
88

99
## What can I do with jsPsych?
1010

1111
jsPsych comes with a number of plugins that you can use create tasks and collect data.
1212
Some plugins do general things, like present a stimulus (text, image, audio, video) and record a key press or button response along with a response time.
1313
Other plugins do more specific things, like show a set of instructions pages, run a drag-and-drop image sorting task, or calibrate the WebGazer eye-tracking extension.
14-
See the [list of all plugins](https://www.jspsych.org/plugins/list-of-plugins/) to see what each plugin can do.
14+
See the [list of all plugins](https://www.jspsych.org/latest/plugins/list-of-plugins/) to see what each plugin can do.
1515

1616
Often people can create their experiment by combining these plugins together.
17-
But if that's not possible for your experiment, you can also modify a plugin file or [create your own plugin](https://www.jspsych.org/developers/plugin-development).
17+
But if that's not possible for your experiment, you can also modify a plugin file or [create your own plugin](https://www.jspsych.org/latest/developers/plugin-development).
1818
This gives you the flexibility to do exactly what you want, while still taking advantage of jsPsych's general experiment-building framework.
1919
The plugin template is *extremely* flexible. If a task is possible to do in a web browser, you can almost certainly implement it as a plugin.
2020

2121
## Getting started
2222

2323
jsPsych can be loaded into a project in a variety of ways, including via CDNs and through NPM.
24-
You can learn more about setting up a project by following the [hello world tutorial](https://www.jspsych.org/tutorials/hello-world/) on the jsPsych website.
24+
You can learn more about setting up a project by following the [hello world tutorial](https://www.jspsych.org/latest/tutorials/hello-world/) on the jsPsych website.
2525

26-
Once you've got a project set up, the [reaction time task tutorial](https://www.jspsych.org/tutorials/rt-task/) is a great next step, since it covers many core topics and features.
26+
Once you've got a project set up, the [reaction time task tutorial](https://www.jspsych.org/latest/tutorials/rt-task/) is a great next step, since it covers many core topics and features.
2727

2828
There are also a number of [video tutorials](https://www.jspsych.org/tutorials/video-tutorials) available on the website.
2929

@@ -44,7 +44,7 @@ You can also browse through the history of Q&A on the forum to find related ques
4444
## Contributing
4545

4646
We :heart: contributions!
47-
See the [contributing to jsPsych](https://www.jspsych.org/developers/contributing/) documentation page for more information about how you can help.
47+
See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help.
4848

4949
## Citation
5050

@@ -59,4 +59,4 @@ The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw]
5959

6060
jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw).
6161

62-
We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021.
62+
We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021.

0 commit comments

Comments
 (0)