xunliu commented on code in PR #6342:
URL: https://github.com/apache/gravitino/pull/6342#discussion_r1924620222


##########
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:
   Please change to
   ```
   val docsUrl = "https://gravitino.apache.org/docs/latest";
   ```



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

Reply via email to