Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 90a4f32

Browse files
Fix broken links in README.md
1 parent 991207f commit 90a4f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ do {
123123

124124
More details on how to code a Swift Lambda are documented under the Examples folder:
125125

126-
- [HelloWorld](https://github.com/swift-sprinter/aws-lambda-swift-sprinter/Examples/HelloWorld)
127-
- [HTTPSRequest](https://github.com/swift-sprinter/aws-lambda-swift-sprinter/Examples/HTTPSRequest)
128-
- [S3Test](https://github.com/swift-sprinter/aws-lambda-swift-sprinter/Examples/S3Test)
126+
- [HelloWorld](https://github.com/swift-sprinter/aws-lambda-swift-sprinter/blob/master/Examples/HelloWorld)
127+
- [HTTPSRequest](https://github.com/swift-sprinter/aws-lambda-swift-sprinter/blob/master/Examples/HTTPSRequest)
128+
- [S3Test](https://github.com/swift-sprinter/aws-lambda-swift-sprinter/blob/master/Examples/S3Test)
129129

130130
Refer to the [LambdaSwiftSprinter framework documentation](https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core) to know more.
131131

0 commit comments

Comments
 (0)