Skip to content

Commit 6893a4c

Browse files
committed
Fixed README to use absolute links
1 parent 9f9f139 commit 6893a4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ The `aws-serverless-java-container` makes it easy to run Java applications writt
33

44
Serverless Java Container natively supports API Gateway's proxy integration models for requests and responses, you can create and inject custom models for methods that use custom mappings.
55

6-
Follow the quick started guides in [our wiki](wiki) to integrate Serverless Java Container with your project:
7-
* [Spring quick start](wiki/Quick-start---Spring)
8-
* [Spring Boot quick start](wiki/Quick-start---Spring-Boot)
9-
* [Jersey quick start](wiki/Quick-start---Jersey)
10-
* [Spark quick start](wiki/Quick-start---Spark)
6+
Follow the quick started guides in [our wiki](https://github.com/awslabs/aws-serverless-java-container/wiki) to integrate Serverless Java Container with your project:
7+
* [Spring quick start](https://github.com/awslabs/aws-serverless-java-container/wiki/Quick-start---Spring)
8+
* [Spring Boot quick start](https://github.com/awslabs/aws-serverless-java-container/wiki/Quick-start---Spring-Boot)
9+
* [Jersey quick start](https://github.com/awslabs/aws-serverless-java-container/wiki/Quick-start---Jersey)
10+
* [Spark quick start](https://github.com/awslabs/aws-serverless-java-container/wiki/Quick-start---Spark)
1111

12-
Below is the most basic AWS Lambda handler example that launches a Spring application. You can also take a look at the [samples](tree/master/samples) in this repository, our main wiki page includes a [step-by-step guide](wiki#deploying-the-sample-applications) on how to deploy the various sample applications using Maven and [SAM](https://github.com/awslabs/serverless-application-model).
12+
Below is the most basic AWS Lambda handler example that launches a Spring application. You can also take a look at the [samples](https://github.com/awslabs/aws-serverless-java-container/tree/master/samples) in this repository, our main wiki page includes a [step-by-step guide](https://github.com/awslabs/aws-serverless-java-container/wiki#deploying-the-sample-applications) on how to deploy the various sample applications using Maven and [SAM](https://github.com/awslabs/serverless-application-model).
1313

1414
```java
1515
public class StreamLambdaHandler implements RequestStreamHandler {

0 commit comments

Comments
 (0)