Skip to content

Commit 800d801

Browse files
authored
[Docs] Update Lambda URLs (#836)
### Motivation The Swift Lambda library has moved from `swift-server` to the `awslabs` GitHub org. ### Modifications Updated URLs accordingly. ### Result Accurate docs. ### Test Plan N/A
1 parent 50c14c9 commit 800d801

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena
8585
| [apple/swift-openapi-runtime][repo-runtime] | Runtime library used by the generated code |
8686
| [apple/swift-openapi-urlsession][repo-urlsession] | `ClientTransport` using [URLSession][urlsession] |
8787
| [swift-server/swift-openapi-async-http-client][repo-ahc] | `ClientTransport` using [AsyncHTTPClient][ahc] |
88-
| [vapor/swift-openapi-vapor][repo-vapor] | `ServerTransport` using [Vapor][vapor] |
89-
| [hummingbird-project/swift-openapi-hummingbird][repo-hummingbird] | `ServerTransport` using [Hummingbird][hummingbird] |
90-
| [swift-server/swift-openapi-lambda][repo-lambda] | `ServerTransport` using [AWS Lambda][lambda] |
88+
| [vapor/swift-openapi-vapor][repo-vapor] | `ServerTransport` using [Vapor][vapor] |
89+
| [hummingbird-project/swift-openapi-hummingbird][repo-hb] | `ServerTransport` using [Hummingbird][hb] |
90+
| [awslabs/swift-openapi-lambda][repo-lambda] | `ServerTransport` using [AWS Lambda][lambda] |
9191

9292
## Requirements and supported features
9393

@@ -133,9 +133,9 @@ Generator](https://developer.apple.com/wwdc23/10171) from WWDC23.
133133
[ahc]: https://github.com/swift-server/async-http-client
134134
[repo-vapor]: https://github.com/vapor/swift-openapi-vapor
135135
[vapor]: https://github.com/vapor/vapor
136-
[repo-hummingbird]: https://github.com/hummingbird-project/swift-openapi-hummingbird
137-
[hummingbird]: https://github.com/hummingbird-project/hummingbird
138-
[repo-lambda]: https://github.com/swift-server/swift-openapi-lambda
136+
[repo-hb]: https://github.com/hummingbird-project/swift-openapi-hummingbird
137+
[hb]: https://github.com/hummingbird-project/hummingbird
138+
[repo-lambda]: https://github.com/awslabs/swift-openapi-lambda
139139
[lambda]: https://docs.aws.amazon.com/lambda/latest/dg/welcome.html
140140
[^example-openapi-yaml]: <details><summary>Example OpenAPI document (click to expand)</summary>
141141

Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena
8484
| [apple/swift-openapi-runtime][repo-runtime] | Runtime library used by the generated code |
8585
| [apple/swift-openapi-urlsession][repo-urlsession] | `ClientTransport` using [URLSession][urlsession] |
8686
| [swift-server/swift-openapi-async-http-client][repo-ahc] | `ClientTransport` using [AsyncHTTPClient][ahc] |
87-
| [vapor/swift-openapi-vapor][repo-vapor] | `ServerTransport` using [Vapor][vapor] |
88-
| [hummingbird-project/swift-openapi-hummingbird][repo-hummingbird] | `ServerTransport` using [Hummingbird][hummingbird] |
89-
| [swift-server/swift-openapi-lambda][repo-lambda] | `ServerTransport` using [AWS Lambda][lambda] |
87+
| [vapor/swift-openapi-vapor][repo-vapor] | `ServerTransport` using [Vapor][vapor] |
88+
| [hummingbird-project/swift-openapi-hummingbird][repo-hb] | `ServerTransport` using [Hummingbird][hb] |
89+
| [awslabs/swift-openapi-lambda][repo-lambda] | `ServerTransport` using [AWS Lambda][lambda] |
9090

9191
### Requirements and supported features
9292

@@ -199,7 +199,7 @@ components:
199199
[ahc]: https://github.com/swift-server/async-http-client
200200
[repo-vapor]: https://github.com/vapor/swift-openapi-vapor
201201
[vapor]: https://github.com/vapor/vapor
202-
[repo-hummingbird]: https://github.com/hummingbird-project/swift-openapi-hummingbird
203-
[hummingbird]: https://github.com/hummingbird-project/hummingbird
204-
[repo-lambda]: https://github.com/swift-server/swift-openapi-lambda
202+
[repo-hb]: https://github.com/hummingbird-project/swift-openapi-hummingbird
203+
[hb]: https://github.com/hummingbird-project/hummingbird
204+
[repo-lambda]: https://github.com/awslabs/swift-openapi-lambda
205205
[lambda]: https://docs.aws.amazon.com/lambda/latest/dg/welcome.html

0 commit comments

Comments
 (0)