velykyinn opened a new pull request, #4084: URL: https://github.com/apache/cassandra/pull/4084
Hi team, Images are broken in https://cassandra.apache.org/doc/latest/cassandra/developing/data-modeling/data-modeling_logical.html Made a fix following the page on which images working properly: https://cassandra.apache.org/doc/latest/cassandra/developing/data-modeling/data-modeling_conceptual.html To fix images in Chrome Developer Console it's enough in HTML replace the line: <img src="cassandra:developing/data-modeling/data_modeling_chebotko_logical.png" alt="image"> with: <img src="../../_images/data_modeling_chebotko_logical.png" alt="image"> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

