[ 
https://issues.apache.org/jira/browse/CB-11253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280646#comment-15280646
 ] 

ASF GitHub Bot commented on CB-11253:
-------------------------------------

Github user riknoll commented on the pull request:

    https://github.com/apache/cordova-docs/pull/601#issuecomment-218561121
  
    Changes entries like this
    ```
    <url>
        <loc>/news/2015/03/02/tools-release.html</loc>
    </url>
    ```
    to look like this:
    ```
    <url>
        <loc>https://cordova.apache.org/news/2015/03/02/tools-release.html</loc>
    </url>
    ```
    
    The old format was giving us 12,000+ errors


> 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