From 22645d2561e22dcfa40eb38da46fe00d23330332 Mon Sep 17 00:00:00 2001 From: Nico Bistolfi <4433590+nicobistolfi@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:49:54 -0700 Subject: [PATCH] Update README.md Fix deployment docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4576473..e7f7d96 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This Go REST API boilerplate establishes a strong foundation for your API development, emphasizing clean architecture, thorough testing, and flexible deployment options. The modular structure ensures maintainability and scalability by promoting a clear separation of concerns, making it easy to modify and extend your API as needed. -Comprehensive testing is essential for a reliable and secure API. The boilerplate includes a full suite of tests, including unit tests, API security tests, service contract tests, and performance benchmarks. With these tests in place, you can confidently deploy your API using the method that best suits your needs. You can find guides on deploying on different platforms in the [Deployments](/docs/deployments) section. +Comprehensive testing is essential for a reliable and secure API. The boilerplate includes a full suite of tests, including unit tests, API security tests, service contract tests, and performance benchmarks. With these tests in place, you can confidently deploy your API using the method that best suits your needs. You can find guides on deploying on different platforms in the [Deployments](https://go-rest-api.bistol.fi/docs/deployments/) section. ## Getting Started