Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed broken link #3423

Merged
merged 1 commit into from
Nov 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-docs/publisher-api-reference/onEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This routine allows the page (or module) to create a callback function that's in

**Returns**: none

See the [getEvents](/publisher-api-reference/getEvents.html) function for the full list of eventTypes supported.
See the [getEvents](/dev-docs/publisher-api-reference/getEvents.html) function for the full list of eventTypes supported.

The optional `id` parameter provides more finely-grained event
callback registration. This makes it possible to register callback
Expand Down