Skip to content

Commit

Permalink
Update index.md (#495)
Browse files Browse the repository at this point in the history
Fix broken link to tutorials page.
  • Loading branch information
kmoscoe authored Sep 4, 2024
1 parent d2536d6 commit b1ce603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ has_children: true

# Data Commons Python API

The **Data Commons Python API** is a Python library that enables developers to
The Data Commons Python API is a Python library that enables developers to
programmatically access nodes in the Data Commons knowledge graph. This package
allows users to explore the structure of the graph, integrate statistics from
the graph into data analysis workflows and much more.
Expand All @@ -29,7 +29,7 @@ This procedure uses a Python virtual environment as recommended by Google Cloud
$ pip install datacommons
```

You are ready to go! You can view our [tutorials](tutorials.md) on how to use the
You are ready to go! You can view our [tutorials](/api/python/tutorials.html) on how to use the
API to perform certain tasks using [Google Colab](https://colab.sandbox.google.com/){: target="_blank"}, or refer to pages in the navigation bar for detailed information about all the methods available.

## Run Python interactively
Expand Down

0 comments on commit b1ce603

Please sign in to comment.