Skip to content

Commit 098a8a8

Browse files
authored
Update link for the integration test auth instructions (#926)
Was missing the anchor as discussed here: #925 (comment)
1 parent 91a0c82 commit 098a8a8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install the `kaggle` package with [pip](https://pypi.org/project/pip/):
2525
pip install kaggle
2626
```
2727

28-
Additional installation instructions can be found [here](./docs/README.md#installation).
28+
Additional installation instructions can be found [here](docs/README.md#installation).
2929

3030
## Quick start
3131

@@ -90,7 +90,7 @@ hatch run test:local
9090

9191
### Integration Tests
9292

93-
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).
93+
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).
9494

9595
After setting up your credentials, you can run the integration tests as follows:
9696

@@ -100,14 +100,12 @@ hatch run test:integration
100100

101101
## Changelog
102102

103-
See [CHANGELOG](./CHANGELOG.md).
103+
See [CHANGELOG](CHANGELOG.md).
104104

105105
## Contributing
106106

107-
See [CONTRIBUTING.md](./CONTRIBUTING.md).
107+
See [CONTRIBUTING.md](CONTRIBUTING.md).
108108

109109
## License
110110

111111
The Kaggle CLI is released under the [Apache 2.0 license](LICENSE.txt).
112-
113-

0 commit comments

Comments
 (0)