You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Richard B Knoll (JIRA)" <ji...@apache.org> on 2016/05/14 02:09:12 UTC

[jira] [Resolved] (CB-11253) Website sitemap.xml is invalid

     [ 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org