backdrop-ops / docs.backdropcms.org

Website for displaying Backdrop CMS documentation and API source code.
https://docs.backdropcms.org/
6 stars 6 forks source link

Some links given in Form API Reference are wrong #228

Open avpaderno opened 1 year ago

avpaderno commented 1 year ago

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.