From 2902e9122cfdbf77bd5d8dff3989ebb5197c38b4 Mon Sep 17 00:00:00 2001 From: Popa Marius Adrian Date: Wed, 7 Dec 2022 23:10:18 +0200 Subject: [PATCH 1/2] fix documentation link for the driver link to https://firebird-driver.rtfd.io --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88064c6..a00098c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dynamic = ["version"] [project.urls] Home = "https://github.com/FirebirdSQL/python3-driver" -Documentation = "https://firebird-base.rtfd.io" +Documentation = "https://firebird-driver.rtfd.io" "Bug Reports" = "https://github.com/FirebirdSQL/python3-base/issues" Funding = "https://www.firebirdsql.org/en/donate/" Source = "https://github.com/FirebirdSQL/python3-driver" From 580a263256a9ad2b82825e6998a2ebb18d70752c Mon Sep 17 00:00:00 2001 From: Popa Marius Adrian Date: Wed, 7 Dec 2022 23:14:57 +0200 Subject: [PATCH 2/2] link Bug Reports to python3-driver issues https://github.com/FirebirdSQL/python3-driver/issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a00098c..c9dac12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = ["version"] [project.urls] Home = "https://github.com/FirebirdSQL/python3-driver" Documentation = "https://firebird-driver.rtfd.io" -"Bug Reports" = "https://github.com/FirebirdSQL/python3-base/issues" +"Bug Reports" = "https://github.com/FirebirdSQL/python3-driver/issues" Funding = "https://www.firebirdsql.org/en/donate/" Source = "https://github.com/FirebirdSQL/python3-driver"