From e920843857c22d1209306535b3958d0017d6d6e4 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sun, 21 Dec 2025 23:35:14 -0800 Subject: [PATCH 1/2] use an absolute URL to link GOVERNANCE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9feb73143..db04f8140 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ [//]: # (numfocus-fiscal-sponsor-attribution) -The `data.table` project uses a [custom governance agreement](./GOVERNANCE.md) +The `data.table` project uses a [custom governance agreement](https://github.com/Rdatatable/data.table/blob/master/GOVERNANCE.md) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/). Consider making a [tax-deductible donation](https://numfocus.org/project/data-table) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs. From b5f1681d9f1b09a796fd211ca37f0806c41f94ab Mon Sep 17 00:00:00 2001 From: Benjamin Schwendinger <52290390+ben-schwen@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:48:52 +0100 Subject: [PATCH 2/2] fix governance link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db04f8140..951c750d3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ [//]: # (numfocus-fiscal-sponsor-attribution) -The `data.table` project uses a [custom governance agreement](https://github.com/Rdatatable/data.table/blob/master/GOVERNANCE.md) +The `data.table` project uses a [custom governance agreement](https://rdatatable.gitlab.io/data.table/GOVERNANCE.html) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/). Consider making a [tax-deductible donation](https://numfocus.org/project/data-table) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.