From 73bc725854a3eea08fd8d59f4cda8a53456feaca Mon Sep 17 00:00:00 2001 From: Alexander Wang <3120367+alixander@users.noreply.github.com> Date: Sun, 2 Aug 2026 17:07:45 -0700 Subject: [PATCH] update transferred dependency links --- .gitmodules | 2 +- docs/releases/0.2.5.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f20442f..e2871be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/d2lang/d2-vscode [submodule "ci/sub"] path = ci/sub - url = https://github.com/terrastruct/ci + url = https://github.com/d2lang/ci diff --git a/docs/releases/0.2.5.md b/docs/releases/0.2.5.md index 35cd9dc..fadb87c 100644 --- a/docs/releases/0.2.5.md +++ b/docs/releases/0.2.5.md @@ -23,6 +23,6 @@ Customizations and layouts take a big leap forward with this release! Put togeth #### Bugfixes ⛑️ -- Fixes `d2` erroring on malformed user paths (`fdopendir` error). [util-go#10](https://github.com/terrastruct/util-go/pull/10) +- Fixes `d2` erroring on malformed user paths (`fdopendir` error). [util-go#10](https://github.com/d2lang/util-go/pull/10) - Arrowhead labels being set without maps wasn't being picked up. [#1015](https://github.com/terrastruct/d2/pull/1015) - Fixes a `dagre` layout error with connections to a container shape with a blockstring label. [#1032](https://github.com/terrastruct/d2/pull/1032)