From 945409ab8b2dfc7a071a4703d7a2ef6ae296f1e4 Mon Sep 17 00:00:00 2001 From: Tomas Doran Date: Wed, 9 Sep 2020 10:32:02 +0100 Subject: [PATCH] docs: fix link to the design docs in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae5bb80..c26125e0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This project is a monorepo, meaning it contains multiple packages in one reposit - [`serverless-api`](https://github.com/twilio-labs/serverless-api) - The module used to interact with the actual [Serverless API](https://github.com/twilio-labs/serverless-api) - [`function-templates`](https://github.com/twilio-labs/function-templates) - The templates used by the toolkit to create new Functions -To understand more about the structure and the design of the Toolkit check out the [design documentation](DESIGN.md). +To understand more about the structure and the design of the Toolkit check out the [design documentation](docs/DESIGN.md). ## Setup & Development