Skip to content

Commit

Permalink
docs(other-api/adapters): fix link remix-azure-functions to adapters (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fede authored Jan 12, 2024
1 parent 0c97f7b commit c43d294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
- exegeteio
- F3n67u
- fayez-nazzal
- fede
- federicoestevez
- fergusmeiklejohn
- fernandojbf
Expand Down
4 changes: 2 additions & 2 deletions docs/other-api/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each adapter has the same API. In the future we may have helpers specific to the
- [`@vercel/remix`][vercel-remix] - For [Vercel][vercel].
- [`remix-google-cloud-functions`][remix-google-cloud-functions] - For [Google Cloud][google-cloud-functions] and [Firebase][firebase-functions] functions.
- [`partymix`][partymix] - For [PartyKit][partykit].
- [`@scandinavianairlines/remix-azure-functions`][remix-azure-functions]: For [Azure Functions][azure-functions] and \[Azure Static Web Apps]\[azure-static-web-apps].
- [`@scandinavianairlines/remix-azure-functions`][remix-azure-functions]: For [Azure Functions][azure-functions] and [Azure Static Web Apps][azure-static-web-apps].

## Creating an Adapter

Expand Down Expand Up @@ -155,4 +155,4 @@ addEventListener("fetch", (event) => {
[partymix]: https://github.com/partykit/partykit/tree/main/packages/partymix
[remix-azure-functions]: https://github.com/scandinavianairlines/remix-azure-functions
[azure-functions]: https://azure.microsoft.com/en-us/products/functions/
[azure-staticwebapps]: https://azure.microsoft.com/en-us/products/app-service/static
[azure-static-web-apps]: https://azure.microsoft.com/en-us/products/app-service/static

0 comments on commit c43d294

Please sign in to comment.