From 9f97fe47c866869df6cf8fde5e19d2c5387be113 Mon Sep 17 00:00:00 2001 From: Jany <127505435+janydoe@users.noreply.github.com> Date: Sun, 9 Apr 2023 03:27:21 +0000 Subject: [PATCH] fix urls in changelogs --- ci/release/changelogs/v0.4.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release/changelogs/v0.4.0.md b/ci/release/changelogs/v0.4.0.md index 2d1275d05..be9755edb 100644 --- a/ci/release/changelogs/v0.4.0.md +++ b/ci/release/changelogs/v0.4.0.md @@ -13,8 +13,8 @@ Bunch of other features, improvements, and bug fixes too. Make sure to check out #### Features 🚀 -- Classes are implemented. See [docs](https://d2lang.com/classes). [#772](https://github.com/terrastruct/d2/pull/772) -- Grid diagrams are implemented. See [docs](https://d2lang.com/grid-diagrams). [#1122](https://github.com/terrastruct/d2/pull/1122) +- Classes are implemented. See [docs](https://d2lang.com/tour/classes). [#772](https://github.com/terrastruct/d2/pull/772) +- Grid diagrams are implemented. See [docs](https://d2lang.com/tour/grid-diagrams). [#1122](https://github.com/terrastruct/d2/pull/1122) - Container with constant key near attribute now can have descendant objects and connections (thank you @donglixiaoche) [#1071](https://github.com/terrastruct/d2/pull/1071) - Multi-board SVG outputs with internal links go to their output paths [#1116](https://github.com/terrastruct/d2/pull/1116)