[ 
https://issues.apache.org/jira/browse/CB-11253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard B Knoll resolved CB-11253.
----------------------------------
    Resolution: Fixed

> Website sitemap.xml is invalid
> ------------------------------
>
>                 Key: CB-11253
>                 URL: https://issues.apache.org/jira/browse/CB-11253
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>            Reporter: Richard B Knoll
>            Assignee: Richard B Knoll
>              Labels: triaged
>
> The URLs we specify need to be full urls (we just give paths relative to the 
> base url). For example:
> {code:xml}
> <url>
>     <loc>/blog</loc>
> </url>
> {code}
> should be:
> {code:xml}
> <url>
>     <loc>https://cordova.apache.org/blog</loc>
> </url>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to