From 62545b64f8eb304521486394a8edb152f438761b Mon Sep 17 00:00:00 2001 From: Richard Jiang Date: Wed, 8 Jul 2026 11:15:59 -0700 Subject: [PATCH] update readme --- python_sdk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_sdk/README.md b/python_sdk/README.md index 56b5da4..c7b48ee 100644 --- a/python_sdk/README.md +++ b/python_sdk/README.md @@ -28,7 +28,7 @@ The VizQL Data Service Python SDK supports different versions of the VizQLDataSe [20261.0](https://github.com/tableau/VizQL-Data-Service/blob/release-20261.0/VizQLDataServiceOpenAPISchema.json) -[20262.0](https://github.com/tableau/VizQL-Data-Service/blob/main/VizQLDataServiceOpenAPISchema.json) +[20262.0](https://github.com/tableau/VizQL-Data-Service/blob/release-20262.0/VizQLDataServiceOpenAPISchema.json) ### Python SDK Versions None for 20251.0 @@ -39,7 +39,7 @@ None for 20251.0 [20261.0](https://github.com/tableau/VizQL-Data-Service/tree/release-20261.0/python_sdk) -[20262.0](https://github.com/tableau/VizQL-Data-Service/tree/main/python_sdk) +[20262.0](https://github.com/tableau/VizQL-Data-Service/tree/release-20262.0/python_sdk) ## 🔧 Installation ```bash