Hi Gary, Gary Gregory wrote:
> On Thu, Mar 21, 2013 at 1:27 PM, Jörg Schaible > <joerg.schai...@gmx.de>wrote: > >> Gary Gregory wrote: >> >> > Some links are broken like: >> > https://commons.apache.org/proper/releases/index.html >> > >> > Does anyone else see this? >> >> Quite some links are wrong in a component's HP, because they have now a >> "proper" in between. Correct is: >> http://commons.apache.org/releases/index.html >> >> BTW: Why is there suddenly for some pages HTTPS protocol? >> > > I use HTTPS Everywhere from the EFF. > > >> >> Other broken links: >> - Home: http://commons.apache.org/proper/ >> - Components: http://commons.apache.org/proper/components.html >> - Sandbox: http://commons.apache.org/proper/sandbox.html >> - Dormant: http://commons.apache.org/proper/dormant.html >> - Volunteering: http://commons.apache.org/proper/volunteering.html >> - Patches: http://commons.apache.org/proper/patches.html >> >> Well, I think the pattern is clear ... >> > > So do we need to release a new commons-parent? The links in the site descriptor look actually good. Traditionally the homes of each component was directly under the domain (e.g. http://commons.apache.org/lang), but now you are forwarded (http://commons.apache.org/proper/commons-lang). The final HTML page contains relative links. AFAICS Maven uses the url element in the POM to "calculate" the proper links and for lang it is still "http://commons.apache.org/lang" wile commons-parent has "http://commons.apache.org/". Therefore will Maven generate relative links for lang that go one level in the hierarchy up. I bet, that it works if we adjust the url element in lang's POM to http://commons.apache.org/proper/commons-lang. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org