On the showcase page https://showcase.bootsfaces.net/ if you click on the left side on any link under Components, they redirect to a non-existing server, because they seem to be prepended an initial '//'.
So instead of the intended relative link layout/basic.jsf they are //layout/basic.jsf, which is interpreted as https://layout/basic.jsf which of cause does not exist.


On the showcase page https://showcase.bootsfaces.net/ if you click on the left side on any link under Components, they redirect to a non-existing server, because they seem to be prepended an initial '//'.
So instead of the intended relative link
layout/basic.jsfthey are//layout/basic.jsf, which is interpreted ashttps://layout/basic.jsfwhich of cause does not exist.