Skip to content

Commit

Permalink
Update Python API links to getting-started and tutorial (#5923)
Browse files Browse the repository at this point in the history
Links to tutorial and getting started on
https://ref.rerun.io/docs/python/0.15.0/common/ are broken, I believe
this should fix it.
  • Loading branch information
Mxbonn authored Apr 11, 2024
1 parent b572c11 commit 4ab9775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rerun_py/docs/gen_common_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ def make_slug(s: str) -> str:
index_file.write(
"""
## Getting Started
* [Quick start](https://www.rerun.io/docs/getting-started/python)
* [Tutorial](https://www.rerun.io/docs/getting-started/logging-python)
* [Quick start](https://www.rerun.io/docs/getting-started/quick-start/python)
* [Tutorial](https://www.rerun.io/docs/getting-started/data-in/python)
* [Examples on GitHub](https://github.com/rerun-io/rerun/tree/latest/examples/python)
* [Troubleshooting](https://www.rerun.io/docs/getting-started/troubleshooting)
Expand Down

0 comments on commit 4ab9775

Please sign in to comment.