Skip to content

Commit 5208206

Browse files
committed
refactor: Change to the new v3 default branch
1 parent 4df7173 commit 5208206

File tree

4 files changed

+125
-125
lines changed

4 files changed

+125
-125
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A collection of ready-to-deploy [Serverless Framework](https://github.com/server
2323

2424
## Getting Started
2525

26-
If you are new to serverless, we recommend getting started with by creating an HTTP API Endpoint in [NodeJS](https://github.com/serverless/examples/tree/master/aws-node-simple-http-endpoint), [Python](https://github.com/serverless/examples/tree/master/aws-python-simple-http-endpoint), [Java](https://github.com/serverless/examples/tree/master/aws-java-simple-http-endpoint), or [Golang](https://github.com/serverless/examples/tree/master/aws-golang-simple-http-endpoint).
26+
If you are new to serverless, we recommend getting started with by creating an HTTP API Endpoint in [NodeJS](https://github.com/serverless/examples/tree/v3/aws-node-simple-http-endpoint), [Python](https://github.com/serverless/examples/tree/v3/aws-python-simple-http-endpoint), [Java](https://github.com/serverless/examples/tree/v3/aws-java-simple-http-endpoint), or [Golang](https://github.com/serverless/examples/tree/v3/aws-golang-simple-http-endpoint).
2727

2828

2929
| <br>**[Try Serverless Console](https://bit.ly/3kL8ACL)**<br>Monitor, observe, and trace your serverless architectures. Real-time dev mode provides streaming logs from your AWS Lambda Functions.<br><br> |
@@ -39,7 +39,7 @@ Each example contains a `README.md` with an explanation about the service and it
3939
To install any of these you can run:
4040

4141
```bash
42-
serverless install -u https://github.com/serverless/examples/tree/master/folder-name -n my-project
42+
serverless install -u https://github.com/serverless/examples/tree/v3/folder-name -n my-project
4343
```
4444

4545
<!-- AUTO-GENERATED-CONTENT:START (SERVERLESS_EXAMPLE_TABLE) t generated w/ `npm run docs` -->
@@ -326,6 +326,6 @@ We are happy to accept more examples from the community. 🎉
326326

327327
We love hearing about projects happening in the community. Feel free to add your serverless project to our growing list.
328328

329-
1. Add `link`, `title`, and `description` to the [community-examples.json](https://github.com/serverless/examples/edit/master/community-examples.json) file.
329+
1. Add `link`, `title`, and `description` to the [community-examples.json](https://github.com/serverless/examples/edit/v3/community-examples.json) file.
330330

331331
2. Open a new pull request with your example. ⚡️

0 commit comments

Comments
 (0)