From 15a88134ba07a2cbf717c90464af5353e124efc0 Mon Sep 17 00:00:00 2001 From: Horacio Herrera Date: Thu, 19 Jan 2023 02:16:31 +0100 Subject: [PATCH] fix docs typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7ff5a700ab..e1d35a0aa5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ Because the Mintter Data structure is not production-ready yet, we are creating - [Frontend App Architecture](./frontend-app.md) - [Frontend Gateway Architecture](./frontend-gateway.md) -- [Frontend Shared Packages Architecture](./frontend-shared-packages.md.md) +- [Frontend Shared Packages Architecture](./frontend-shared-packages.md) - [Frontend Testing](./frontend-testing.md) ## Backend Technical Documentation