From 34e8f0b1b9b01fbcc80ba10d44e94b9a5e44271b Mon Sep 17 00:00:00 2001 From: Luke Thomas <96008479+Zoobdude@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:01:02 +0000 Subject: [PATCH] Fix documentation link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a956c0..332bbf5 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ def hello_world(event, context): ``` The configuration is done by passing arguments to the decorator. -To view which arguments are supported, head over to this [documentation](https://serverless-api-framework-python.readthedocs.io/) page. +To view which arguments are supported, head over to this [documentation](https://serverless-api-project.readthedocs.io) page. ### Local testing