elharo opened a new pull request, #403:
URL: https://github.com/apache/maven-help-plugin/pull/403

   Fixes several issues in the site documentation files:
   
   ### site.xml
   - **Broken link:** `href="/examples/describe-configuration.html"` had a 
leading `/`, making it an absolute path from the site root. Changed to relative 
`href="examples/describe-configuration.html"` to match the other menu entries.
   
   ### index.apt.vm
   - "relative information" → "information" (awkward phrasing)
   - "a Plugin" → "a plugin" (inconsistent capitalization)
   - "as an XML" → "as XML" (two occurrences, grammar)
   
   ### usage.apt
   - "minimalist configurations" → "basic configuration" (awkward phrasing)
   - "refers to ask expressions" → "is used to evaluate expressions" 
(grammatical error)
   - "current pom" → "current project's POM"
   - "You could" → "You can" (clarity)
   
   ### describe-configuration.apt
   - "i.e. a goal or a phase or a lifecycle" → "e.g. a goal, a phase, or a 
lifecycle" (wrong abbreviation, missing commas)
   - Rewrote unclear sentence about `mvn` command
   - "paremeter" → "parameter" (typo)
   
   ### faq.fml
   - `http://` → `https://` for maven.apache.org link
   - `https://issues.apache.org/jira/browse/MPH-38` → 
`https://github.com/apache/maven-help-plugin/issues/38` (Apache JIRA is shut 
down)


-- 
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]

Reply via email to