Broken links to Dexterity XML docs on control panel content type schema editor?

on a Plone 6.1.2 site at https://mysite/dexterity-types/note/@@modeleditor the XML schema editor shows this description:

This form allows you to directly edit the XML representation of the field list. This makes it possible to add annotations for fieldsets, validation and widgets. See the Dexterity XML section of the Dexterity Developer Manual for details.

Those links are no longer valid (they go to https://6.docs.plone.org). Should they be changed to plone.app.dexterity/docs/reference/dexterity-xml.rst at master · plone/plone.app.dexterity · GitHub and plone.app.dexterity/docs/intro.rst at master · plone/plone.app.dexterity · GitHub ?

First see Migrate plone.app.dexterity docs into Plone 6 Documentation · Issue #1445 · plone/documentation · GitHub and linked issues for details of its status.

Ideally a content expert would complete the process I started and which others, including @MrTango, have been working on. Then we’d update those links in the control panel and call it done.

Until then, we can do one of two things:

  1. Create Sphinx reredirect from https://6.docs.plone.org/external/plone.app.dexterity/docs/reference/dexterity-xml.html to https://5.docs.plone.org/external/plone.app.dexterity/docs/reference/dexterity-xml.html, and another from https://6.docs.plone.org/external/plone.app.dexterity/docs/index.html to https://5.docs.plone.org/external/plone.app.dexterity/docs/index.html. I'd accept a pull request, as well as an issue to update it when the Plone 6 docs for Dexterity are in place.
  2. Create a PR to update the links in the control panel to point to the v5 docs, as well as an issue to update them when the Plone 6 docs for Dexterity are in place.
1 Like