From 8de86cbbbaf010b6ef7662f3295b5deb13418e35 Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Thu, 22 Jan 2026 18:11:48 -0600 Subject: [PATCH] docs: Fix broken links in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - migrate-from-0x → migrate-to-v20 - reference/api → api Co-Authored-By: Claude Opus 4.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f79500862..b2856e407 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ DataJoint is a framework for scientific data pipelines based on the **Relational **Documentation:** https://docs.datajoint.com > **📘 Upgrading from legacy DataJoint (pre-2.0)?** -> See the **[Migration Guide](https://docs.datajoint.com/how-to/migrate-from-0x/)** for a step-by-step upgrade path. +> See the **[Migration Guide](https://docs.datajoint.com/how-to/migrate-to-v20/)** for a step-by-step upgrade path. @@ -78,8 +78,8 @@ conda install -c conda-forge datajoint - **[Documentation](https://docs.datajoint.com)** — Complete guides and reference - [Tutorials](https://docs.datajoint.com/tutorials/) — Learn by example - [How-To Guides](https://docs.datajoint.com/how-to/) — Task-oriented guides - - [API Reference](https://docs.datajoint.com/reference/api/) — Complete API documentation - - [Migration Guide](https://docs.datajoint.com/how-to/migrate-from-0x/) — Upgrade from legacy versions + - [API Reference](https://docs.datajoint.com/api/) — Complete API documentation + - [Migration Guide](https://docs.datajoint.com/how-to/migrate-to-v20/) — Upgrade from legacy versions - **[DataJoint Elements](https://datajoint.com/docs/elements/)** — Example pipelines for neuroscience - **[GitHub Discussions](https://github.com/datajoint/datajoint-python/discussions)** — Community support