Skip to content

Commit

Permalink
Fix broken link in javascript-api.md (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
okuramasafumi authored Nov 14, 2024
1 parent f5d4c26 commit cebda5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/javascript-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using [jquery-ujs](https://github.com/rails/jquery-ujs) for AJAX call

## API

The best source of docs is the main [ReactOnRails.js](https://github.com/shakacode/react_on_rails/node_package/src/ReactOnRails.js) file. Here's a quick summary. No guarantees that this won't be outdated!
The best source of docs is the main [ReactOnRails.ts](https://github.com/shakacode/react_on_rails/blob/master/node_package/src/ReactOnRails.ts) file. Here's a quick summary. No guarantees that this won't be outdated!

```js
/**
Expand Down

0 comments on commit cebda5d

Please sign in to comment.