Chealer opened a new issue, #30: URL: https://github.com/apache/httpd-site/issues/30
[The _Documentation Project_ page](https://httpd.apache.org/docs-project/#documentation-project) contains: > The best way to report a problem with the documentation is to make a comment on the docs page in question, or to [open a ticket](https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&component=Documentation). This is outdated since the commenting feature [was retired](https://bz.apache.org/bugzilla/show_bug.cgi?id=60026#c7). I suggest the following: ```diff diff --git a/content/docs-project/index.md b/content/docs-project/index.md --- content/docs-project/index.md +++ content/docs-project/index.md @@ -24,13 +24,12 @@ - [Actually, I was just looking for the docs](#docs) # Reporting a problem {#report} -The best way to report a problem with the documentation is to make a comment -on the docs page in question, or to [open a +The best way to report a problem with the documentation is to [file a ticket](https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&component=Documentation). -Select 'Documentation' as the component. Have a look at the [list of open -documentation bugs](http://s.apache.org/httpd-doc-bugs) to see if it's +Select 'Documentation' as the component, after having a look at the [list of open +documentation issues](http://s.apache.org/httpd-doc-bugs) to see if it's already covered. We try to keep that list very short. # Making a suggestion {#suggestion} @@ -40,16 +39,12 @@ The best way is probably to [join the mailing list](#ml) and strike up a conversation. We always love to have new people on the project. -Or, you can [open a ticket](#report) , as discussed above. We are very +Or, you can [file a ticket](#report), as discussed above. We are very interested in your suggestions, and any way that you think we can improve the documentation. We look forward to hearing from you. -The 2.2, 2.4 and trunk documentation also have a comment feature, where -you can quickly add a comment about the documentation. To access this, -click the "Comments" link on a page or simply scroll down to the bottom. - # SVN information {#svn} Our documentation is kept in svn, along with the source code, and the actual changes are all made there. If you intend to be a long-term @@ -109,6 +104,6 @@ # Participants # The Apache HTTP Server documentation is the product of the work of many, -many people. We've listed them [over here](contributors.html). +many people. Most of that work was done by those we listed [over here](contributors.html). ``` By the way, the _Where are the docs?_ section should be revised/updated. [🅭🄍](https://www.philippecloutier.com/Common+infrastructure+licensing#its) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
