fix outdated links

This commit is contained in:
Josh de Leeuw 2022-03-13 12:18:41 -04:00
parent 93020ff1f7
commit 5b1a967be3

View File

@ -729,11 +729,11 @@ In the code above, we replaced the `trial_duration: 1000` parameter in `fixation
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.3.0/jspsych.js"></script> <script src="https://unpkg.com/jspsych@7.2.1"></script>
<script src="jspsych-6.3.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.0"></script>
<script src="jspsych-6.3.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.0"></script>
<script src="jspsych-6.3.0/plugins/jspsych-preload.js"></script> <script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
<link href="jspsych-6.3.0/css/jspsych.css" rel="stylesheet" type="text/css"> <link href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" rel="stylesheet" type="text/css" />
</head> </head>
<body></body> <body></body>
<script> <script>