You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Ian Bertolacci (Jira)" <ji...@apache.org> on 2022/04/13 16:51:00 UTC

[jira] [Created] (CALCITE-5092) Calcite Web: API doc search gives links with invalid "undefined" subpath resulting in 404

Ian Bertolacci created CALCITE-5092:
---------------------------------------

             Summary: Calcite Web: API doc search gives links with invalid "undefined" subpath resulting in 404
                 Key: CALCITE-5092
                 URL: https://issues.apache.org/jira/browse/CALCITE-5092
             Project: Calcite
          Issue Type: Bug
    Affects Versions: 1.20.0
            Reporter: Ian Bertolacci


In https://calcite.apache.org/apidocs/ when we type something in the SEARCH input, e.g. "RelBuilder", and we click on the corresponding item, we get redirected to a wrong url (notice the 'undefined'  in the middle):
https://calcite.apache.org/apidocs/undefined/org/apache/calcite/tools/RelBuilder.html
which shows the message:
{code}
Not Found
The requested URL /apidocs/undefined/org/apache/calcite/tools/RelBuilder.html was not found on this server.
{code}

The proper url should be:
https://calcite.apache.org/apidocs/org/apache/calcite/tools/RelBuilder.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)