Skip to content

Commit

Permalink
fix broken repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Sep 27, 2024
1 parent 65719c6 commit aeff0ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/aws/contribute.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
To run `OpenNext` locally:

1. Clone [this repository](https://github.com/opennextjs/aws).
1. Clone [this repository](https://github.com/opennextjs/opennextjs-aws).
2. Build `open-next`:
```bash
cd open-next
Expand All @@ -16,4 +16,4 @@ To run `OpenNext` locally:
path/to/open-next/packages/open-next/dist/index.js build
```

It can be a bit cumbersome to need to deploy every time you want to test changes. If your change is not dependent on the wrapper or the converter, then you can create a custom `open-next.config.ts` file, you can take a look [here](/aws/contribute/local_run) for more information.
It can be a bit cumbersome to need to deploy every time you want to test changes. If your change is not dependent on the wrapper or the converter, then you can create a custom `open-next.config.ts` file, you can take a look [here](/aws/contribute/local_run) for more information.
4 changes: 2 additions & 2 deletions pages/aws/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Thanks to this, you could deploy part of your API to ECS, another part to Cloudf

OpenNext AWS is currently maintained by the [SST](https://sst.dev) community; notably, [conico974](https://github.com/conico974) and [khuezy](https://github.com/khuezy).

We need your help keeping it up to date and feature complete. Make sure to [**join us on Discord**](https://discord.gg/opennextjs) and [**star us on GitHub**](https://github.com/opennextjs/aws).
We need your help keeping it up to date and feature complete. Make sure to [**join us on Discord**](https://discord.gg/opennextjs) and [**star us on GitHub**](https://github.com/opennextjs/opennextjs-aws).

---

OpenNext aims to support all Next.js 14 features. Some features are work in progress. Please open a [new issue](https://github.com/opennextjs/aws/issues/new) to let us know!
OpenNext aims to support all Next.js 14 features. Some features are work in progress. Please open a [new issue](https://github.com/opennextjs/opennextjs-aws/issues/new) to let us know!

- [x] App & Pages Router
- [x] API routes
Expand Down

0 comments on commit aeff0ca

Please sign in to comment.