From 697c2b2568b7515a4dd5d4c8fb696112fb901ca7 Mon Sep 17 00:00:00 2001 From: Erik Ejlskov Jensen Date: Thu, 4 Sep 2025 11:36:16 +0200 Subject: [PATCH] Update README.md Tidy up links and add link to release notes Signed-off-by: Erik Ejlskov Jensen --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 867bd92..8029697 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ SQL Script DOM is a .NET library that provides formatting and parsing capabiliti Script DOM is used by DacFX and as an standalone library for client applications. ## Resources: -- 📦 NuGet package: https://www.nuget.org/packages/Microsoft.SqlServer.TransactSql.ScriptDom -- 📚 API docs: https://learn.microsoft.com/dotnet/api/microsoft.sqlserver.transactsql.scriptdom -- 🛠️ Contributor's guide: [CONTRIBUTING.md](./CONTRIBUTING.md) -- 💬 Discussions: [DacFx discussions](https://github.com/microsoft/DacFx/discussions) - +- 📦 [NuGet package](https://www.nuget.org/packages/Microsoft.SqlServer.TransactSql.ScriptDom) +- 📚 [API docs](https://learn.microsoft.com/dotnet/api/microsoft.sqlserver.transactsql.scriptdom) +- 🛠️ [Contributor's guide](./CONTRIBUTING.md) +- 💬 [Discussions](https://github.com/microsoft/DacFx/discussions) +- 🛫 [Release notes](./release-notes) ## Built With * https://www.antlr.org/