From 6efd5373de8f074e05ef4990f9280ec58903a6fd Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Wed, 4 Feb 2026 15:19:40 -0800 Subject: [PATCH 1/3] Update link for the integration test auth instruction. Was missing the anchor. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b88e6..74b4a48 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ hatch run test:local ### Integration Tests -To run integration tests on your local machine, you need to set up your Kaggle credentials. You can do this by following the [authentication instructions](docs/README.md). +To run integration tests on your local machine, you need to set up your Kaggle credentials. You can do this by following the [authentication instructions](docs#authentication). After setting up your credentials, you can run the integration tests as follows: @@ -111,3 +111,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md). The Kaggle CLI is released under the [Apache 2.0 license](LICENSE.txt). + From 0ec15c940417538fe9cb8514eff7edfb3d52a599 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Wed, 4 Feb 2026 15:30:27 -0800 Subject: [PATCH 2/3] Address feedback comment --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74b4a48..2e43841 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Install the `kaggle` package with [pip](https://pypi.org/project/pip/): pip install kaggle ``` -Additional installation instructions can be found [here](./docs/README.md#installation). +Additional installation instructions can be found [here](docs/README.md#installation). ## Quick start @@ -90,7 +90,7 @@ hatch run test:local ### Integration Tests -To run integration tests on your local machine, you need to set up your Kaggle credentials. You can do this by following the [authentication instructions](docs#authentication). +To run integration tests on your local machine, you need to set up your Kaggle credentials. You can do this by following the [authentication instructions](docs/README.md#authentication). After setting up your credentials, you can run the integration tests as follows: @@ -100,11 +100,11 @@ hatch run test:integration ## Changelog -See [CHANGELOG](./CHANGELOG.md). +See [CHANGELOG](CHANGELOG.md). ## Contributing -See [CONTRIBUTING.md](./CONTRIBUTING.md). +See [CONTRIBUTING.md](CONTRIBUTING.md). ## License @@ -112,3 +112,4 @@ The Kaggle CLI is released under the [Apache 2.0 license](LICENSE.txt). + From c46f519b3295f4e1d8144d33c9fce8c3c507843c Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Wed, 4 Feb 2026 15:32:32 -0800 Subject: [PATCH 3/3] Update README.md Remove extra spaces --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 2e43841..57e01e3 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,3 @@ See [CONTRIBUTING.md](CONTRIBUTING.md). ## License The Kaggle CLI is released under the [Apache 2.0 license](LICENSE.txt). - - - -