You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/11/26 16:13:34 UTC

[arrow-datafusion-python] branch master updated: fix project urls (#80)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git


The following commit(s) were added to refs/heads/master by this push:
     new bd1b78b  fix project urls (#80)
bd1b78b is described below

commit bd1b78b6d444b7ab172c6aec23fa58c842a592d7
Author: Andy Grove <an...@gmail.com>
AuthorDate: Sat Nov 26 09:13:30 2022 -0700

    fix project urls (#80)
---
 pyproject.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0dd0ce2..65f2223 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,9 +47,9 @@ dependencies = [
 ]
 
 [project.urls]
-homepage = "arrow.apache.org/datafusion"
-documentation = "arrow.apache.org/datafusion"
-repository = "github.com/apache/arrow-datafusion-python"
+homepage = "https://arrow.apache.org/datafusion"
+documentation = "https://arrow.apache.org/datafusion"
+repository = "https://github.com/apache/arrow-datafusion-python"
 
 [tool.isort]
 profile = "black"