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
Update 7 references from `migrate-from-0x.md` to `migrate-to-v20.md`:
- src/explanation/whats-new-2.md (4 links)
- src/how-to/alter-tables.md (1 link)
- src/how-to/index.md (1 link)
- src/reference/specs/autopopulate.md (1 link)
Also updated link text from "Migrate from 0.x" to "Migrate to v2.0" for consistency.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/explanation/whats-new-2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ DataJoint 2.0 is a major release that establishes DataJoint as a mature framewor
4
4
5
5
> **📘 Upgrading from legacy DataJoint (pre-2.0)?**
6
6
>
7
-
> This page summarizes new features and concepts. For step-by-step migration instructions, see the **[Migration Guide](../how-to/migrate-from-0x.md)**.
7
+
> This page summarizes new features and concepts. For step-by-step migration instructions, see the **[Migration Guide](../how-to/migrate-to-v20.md)**.
8
8
9
9
## Overview
10
10
@@ -27,7 +27,7 @@ If you're upgrading from legacy DataJoint, these changes require code updates:
DataJoint 2.0 replaces the schema-level `~jobs` table with per-table `~~table_name` jobs tables. See the [Migration Guide](../../how-to/migrate-from-0x.md#autopopulate-20) for details.
924
+
DataJoint 2.0 replaces the schema-level `~jobs` table with per-table `~~table_name` jobs tables. See the [Migration Guide](../../how-to/migrate-to-v20.md) for details.
0 commit comments