print-sid8 commented on PR #9965:
URL: https://github.com/apache/iceberg/pull/9965#issuecomment-2097911026

   Hi guys,
   
   Just reporting something I have noticed in the docs website of Iceberg for 
versions 1.5.0 and 1.5.1 and also the 'latest' section
   
   Lets say I go to - 
   https://iceberg.apache.org/docs/1.5.0/
   and I click on the hyperlink that is in the following sentence , which 
points to another section of the documentation -
   
   ```
   Iceberg will convert the column type in Spark to corresponding Iceberg type. 
Please check the section of [type compatibility on creating 
table](https://iceberg.apache.org/docs/1.5.0/spark-getting-started.md#spark-type-to-iceberg-type)
 for details.
   ```
   
   I guess its visible in Markdown that most such "internal hyperlink" ie., 
links that points to other sections of Iceberg documentation have ".md" in the 
URLs , such as -
   
   [ 
https://iceberg.apache.org/docs/1.5.0/spark-getting-started.md#spark-type-to-iceberg-type
 ,
   https://iceberg.apache.org/docs/1.5.0/configuration.md , 
   https://iceberg.apache.org/docs/1.5.0/partitioning.md ] and more.
   
   all the above links with ".md" give 404 error - The requested URL was not 
found on this server.
   
   and so i removed the ".md" and they all go to right sections/webpages.
   
   [ 
https://iceberg.apache.org/docs/1.5.0/spark-getting-started#spark-type-to-iceberg-type
 ,
   https://iceberg.apache.org/docs/1.5.0/configuration/ , 
   https://iceberg.apache.org/docs/1.5.0/partitioning/ ] 
   
   
   This is seen in all the docs pages for 1.5.0 , 1.5.1 and 'latest'  , but not 
in "nightly" pages
   
   example -
   [https://iceberg.apache.org/docs/1.5.1/configuration.md, 
https://iceberg.apache.org/docs/latest/configuration.md ]
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to