plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
245 stars 188 forks source link

bug: contributing guidelines page not found #3802

Closed ydv-ankit closed 1 year ago

ydv-ankit commented 1 year ago

BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

What I did:

clicking on "Developer Guidelines" redirect to link https://6.docs.plone.org/develop/coredev/docs/guidelines.html which shows page not found.

  1. On repo, open contributing.md file
  2. click on "Developer Guidelines"
  3. shows "page not found" as this bug reports

What I expect to happen:

Link should redirect where contribution guidelines are present

What actually happened:

redirects to link that shows "page not found"

What version of Plone/ Addons I am using:

master (latest) branch

mauritsvanrees commented 1 year ago

Those docs need to be moved, this is part of https://github.com/plone/documentation/issues/1486

Workaround is to add 5. in front of the url: https://5.docs.plone.org/develop/coredev/docs/guidelines.html

ydv-ankit commented 1 year ago

so should we use 5 instead of 6 in url

mauritsvanrees commented 1 year ago

I have changed the link to 5.docs.plone.org. A temporary solution, as this document should live in the new docs as well, but at least the url then works. Done in packages Plone and Products.CMFPlone, branches 6.0.x and master. Thanks for your report!