Skip to content

Commit

Permalink
Update plugin-development.md
Browse files Browse the repository at this point in the history
fixed broken links for js and ts plugin templates
  • Loading branch information
CMonnin authored Sep 30, 2024
1 parent 9c6afb8 commit 5ae7035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/plugin-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ As of version 7.0, plugins are [JavaScript Classes](https://developer.mozilla.or

### Templates

Plugins can be written in either plain JavaScript or in TypeScript. Template files for both [JavaScript](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-template/index.js) and [TypeScript](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-template-ts/src/index.ts) are available in the [jspsych-contrib repository](https://github.com/jspsych/jspsych-contrib/).
Plugins can be written in either plain JavaScript or in TypeScript. Template files for both [JavaScript](https://github.com/jspsych/jspsych-contrib/blob/main/templates/plugin-template-js/src/index.js) and [TypeScript](https://github.com/jspsych/jspsych-contrib/blob/main/templates/plugin-template-ts/src/index.ts) are available in the [jspsych-contrib repository](https://github.com/jspsych/jspsych-contrib/).

## Plugin components

Expand Down

0 comments on commit 5ae7035

Please sign in to comment.