That's because maven relativize urls while building the site.

Check a maven site build log you will see something like:
Relativizing decoration links with respect to project URL:
http://commons.apache.org/ognl/
So as the link for commons home is declared as
http://commons.apache.org, Maven transform it to ../ .
I have "fixed" ognl
<url> in pom with
<url>http://people.apache.org/~olamy/commons-content/proper/commons-ognl/</url>
So I have my log saying
Relativizing decoration links with respect to project URL:
http://people.apache.org/~olamy/commons-content/proper/commons-ognl/

So that fix here: http://people.apache.org/~olamy/commons-content/ognl/

I hope it make sense ?

2013/2/1 Lukasz Lenart <lukaszlen...@apache.org>:
> 2013/1/30 Olivier Lamy <ol...@apache.org>:
>> Hi Folks,
>> Ok to go live ?
>>
>> Something missing ? (maybe sandbox parent release ?)
>
> When I enter a subproject and then I want to go back to the main page
> via Home link on the right (under Commons section), it directs me to
> proper/ which simply returns directory listing. The same is for the
> rest of links under Commons section and for General Information as
> well - contain /proper/ in the url.
>
>
> Regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to