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)