You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Install the `kaggle` package with [pip](https://pypi.org/project/pip/):
25
25
pip install kaggle
26
26
```
27
27
28
-
Additional installation instructions can be found [here](./docs/README.md#installation).
28
+
Additional installation instructions can be found [here](docs/README.md#installation).
29
29
30
30
## Quick start
31
31
@@ -90,7 +90,7 @@ hatch run test:local
90
90
91
91
### Integration Tests
92
92
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).
94
94
95
95
After setting up your credentials, you can run the integration tests as follows:
96
96
@@ -100,14 +100,12 @@ hatch run test:integration
100
100
101
101
## Changelog
102
102
103
-
See [CHANGELOG](./CHANGELOG.md).
103
+
See [CHANGELOG](CHANGELOG.md).
104
104
105
105
## Contributing
106
106
107
-
See [CONTRIBUTING.md](./CONTRIBUTING.md).
107
+
See [CONTRIBUTING.md](CONTRIBUTING.md).
108
108
109
109
## License
110
110
111
111
The Kaggle CLI is released under the [Apache 2.0 license](LICENSE.txt).
0 commit comments