Skip to content

Commit 24b7524

Browse files
authored
Fix broken links in docs (#897)
http://b/474613691
1 parent 943b7b9 commit 24b7524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ These tutorials illustrate how to use a sequence of Kaggle CLI commands to accom
66

77
Before starting these tutorials, please make sure you have:
88

9-
1. Installed the Kaggle CLI, following the instructions [here](https://github.com/Kaggle/kaggle-api/blob/main/documentation/intro.md#installation).
10-
2. Set up your API credentials, following the instructions [here](https://github.com/Kaggle/kaggle-api/blob/main/documentation/intro.md#api-credentials)
9+
1. Installed the Kaggle CLI, following the instructions [here](./README.md#installation).
10+
2. Set up your API credentials, following the instructions [here](./README.md#authentication)
1111
3. Logged in to Kaggle in a web browser. This will allow you to verify the results of the CLI commands in the [`Your Work`](https://www.kaggle.com/work) section of your Kaggle profile.
1212

1313
## Tutorial: Create a Dataset
@@ -299,7 +299,7 @@ This tutorial walks you through the process of submitting to a code competition
299299

300300
3. **Create a Notebook.**
301301

302-
* Next, you need to create a Kaggle Notebook to work on your submission. A Kaggle Notebook contains the code and environment settings for Kaggle to run and evaluate your submission. Follow the tutorial on [Creating / Updating Notebooks](https://github.com/Kaggle/kaggle-api/blob/main/documentation/tutorials.md#tutorial-update-a-kernel-notebook) if you're not sure how to do this.
302+
* Next, you need to create a Kaggle Notebook to work on your submission. A Kaggle Notebook contains the code and environment settings for Kaggle to run and evaluate your submission. Follow the tutorial on [Creating / Updating Notebooks](#tutorial-update-a-kernel-notebook) if you're not sure how to do this.
303303

304304
4. **Write Your Code.**
305305

0 commit comments

Comments
 (0)