From 31ad786d4cfd7dfc5151d784a3aa517806972a04 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 16 Jun 2026 12:00:00 -0400 Subject: [PATCH] Link to updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d76aa8..1a2ea5d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ pyDataverse is a Python client library for [Dataverse](https://dataverse.org). It gives you a modern, Pythonic interface to work with Dataverse collections, datasets, and files without dealing with raw HTTP requests for common workflows. -Read the full documentation: [pydataverse.readthedocs.io](https://pydataverse.readthedocs.io/en/latest/) +Read the full documentation: [gdcc.github.io/pyDataverse](https://gdcc.github.io/pyDataverse/) ## Why pyDataverse