From 236f207f29dec47764178a621bbf9255a441a2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Tue, 30 Sep 2025 11:36:57 +0200 Subject: [PATCH] Remove links to runtime v1, add links to the doc on SPI - Remove links to runtime v1, - add links to the doc on the Swift package Index --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f79e442d..d3626d1a 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ -> [!IMPORTANT] -> The documentation included here refers to the Swift AWS Lambda Runtime v2 (code from the v2.x tags and the main branch). If you're developing for the runtime v1.x, check this [readme](https://github.com/swift-server/swift-aws-lambda-runtime/blob/v1/readme.md) instead. + +You can read [the Swift AWS Lambda Runtime documentation](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/2.0.0/documentation/awslambdaruntime) on the Swift Package Index. This guide contains the following sections: @@ -9,7 +9,7 @@ This guide contains the following sections: - [Developing your Swift Lambda functions](#developing-your-swift-lambda-functions) - [Testing Locally](#testing-locally) - [Deploying your Swift Lambda functions](#deploying-your-swift-lambda-functions) -- [Swift AWS Lambda Runtime - Design Principles](#swift-aws-lambda-runtime---design-principles)% +- [Swift AWS Lambda Runtime - Design Principles](#swift-aws-lambda-runtime---design-principles) ## The Swift AWS Lambda Runtime