From b603a83548699d37c126ce1a153556d70b188fdb Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Tue, 14 May 2024 18:34:18 -0400 Subject: [PATCH] Fix broken markdown link --- content/releases/Release Notes 05.09.24.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/releases/Release Notes 05.09.24.md b/content/releases/Release Notes 05.09.24.md index 8f7249328..13be34478 100644 --- a/content/releases/Release Notes 05.09.24.md +++ b/content/releases/Release Notes 05.09.24.md @@ -16,7 +16,7 @@ Some content & code for ya today: - [[A Simple Honcho Primer|A Simple Honcho Primer]] -- [NodeJS SDK]([https://github.com/plastic-labs/honcho-node](https://github.com/plastic-labs/honcho-node "https://github.com/plastic-labs/honcho-node")) +- [NodeJS SDK](https://github.com/plastic-labs/honcho-node) - [Honcho v0.0.8](https://github.com/plastic-labs/honcho) @@ -41,4 +41,4 @@ CHANGED FIXED - Error reporting for methods with integrity errors due to unique key - constraints \ No newline at end of file + constraints