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

Some links given in Form API Reference are wrong #228

Open
avpaderno opened this issue Aug 21, 2023 · 0 comments
Open

Some links given in Form API Reference are wrong #228

avpaderno opened this issue Aug 21, 2023 · 0 comments

Comments

@avpaderno
Copy link

On https://docs.backdropcms.org/form_api, there are sentences similar to the following one.

ajax.js finds all the form elements on the page that have an #ajax['callback'] or an #ajax['path'] set and adds an event handler for the #ajax['event'] set on that form element.

The links are not correct: For example, instead of https://docs.backdropcms.org/form_api#ajax_callback, it should be https://docs.backdropcms.org/form_api#ajax['callback']; instead of https://docs.backdropcms.org/form_api#ajax_path, it should be https://docs.backdropcms.org/form_api#ajax['path'].

I only noticed this in that page because I was looking for a documentation page that is referenced in the Example for Developers project to correct a @see link given there. The same issue could be present in other pages; if I find more of them, I will open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant