From 9900b620bb68e15855b354b6efcab4621e4f3f1c Mon Sep 17 00:00:00 2001 From: Brian Terlson Date: Mon, 29 Apr 2024 13:38:51 -0700 Subject: [PATCH] Fix broken blog link (#3252) Bit of mangled markdown. --- blog/2024-04-25-introducing/blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-04-25-introducing/blog.md b/blog/2024-04-25-introducing/blog.md index 02a569e370..a950254471 100644 --- a/blog/2024-04-25-introducing/blog.md +++ b/blog/2024-04-25-introducing/blog.md @@ -65,5 +65,5 @@ TypeSpec is more than just a language; it's a community. We believe in the power TypeSpec is a powerful tool that can revolutionize the way you approach API development. By facilitating an "API First" approach, it allows you to define your APIs upfront, leading to more efficient development and higher quality end products. Its support for a variety of protocols, combined with its extensibility and robust ecosystem, make it a versatile tool that can adapt to a wide range of development scenarios. We encourage you to try out TypeSpec and experience its benefits firsthand. Whether you're developing an OpenAPI specification, a JSON RPC interface, or simply looking to improve data validation and type consistency, TypeSpec has the capabilities to meet your needs. -Check out our [getting started guide](https://typespec.io/docs), try out TypeSpec in your own projects or in [TypeSpec Playground](the https://typespec.io/playground), and give us feedback on [Github](https://github.com/microsoft/typespec)! +Check out our [getting started guide](https://typespec.io/docs), try out TypeSpec in your own projects or in the [TypeSpec Playground](https://typespec.io/playground), and give us feedback on [Github](https://github.com/microsoft/typespec)! We're super excited to work with the community on making TypeSpec awesome as we start our march toward a stable release.