FANNG1 commented on code in PR #6342: URL: https://github.com/apache/gravitino/pull/6342#discussion_r1924628826
########## clients/client-python/build.gradle.kts: ########## @@ -122,7 +124,7 @@ fun generatePypiProjectHomePage() { // relative path of the images in the how-to-use-python-client.md file is incorrect. We need // to fix the relative path of the images/markdown to the absolute path. val content = outputFile.readText() - val docsUrl = "https://datastrato.ai/docs/latest" + val docsUrl = "https://gravitino.apache.org/docs/$gravitinoVersion" Review Comment: If using latest, all release pypi document will link to the latest Gravitino document page, is it expected? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org