You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/06 06:07:22 UTC

[GitHub] [pulsar] devinbost commented on issue #6470: [website] Dead link

devinbost commented on issue #6470: [website] Dead link
URL: https://github.com/apache/pulsar/issues/6470#issuecomment-595615966
 
 
   It looks like the link works when "/en/" is not part of the URL. For example, this works:
   [http://pulsar.apache.org/admin-rest-api/?version=2.5.0](http://pulsar.apache.org/admin-rest-api/?version=2.5.0)
   but this does not:
   [http://pulsar.apache.org/en/admin-rest-api/?version=2.5.0](http://pulsar.apache.org/en/admin-rest-api/?version=2.5.0)
   
   It looks like the "/en/" part is in the Javascript, so I'd need to dig through the logic there to figure out what all the places are where it's referenced. (See below.)
   
   ![image](https://user-images.githubusercontent.com/7418031/76057181-f239c880-5f35-11ea-857d-51ee741641e7.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services