Skip to content

Commit

Permalink
update examples links (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws authored Apr 12, 2024
1 parent ede35ce commit 6416502
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/assets/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const description = 'Examples you can use to get started with Nitric'

# Examples

We have a set of examples in our [examples repository](https://github.com/nitrictech/example-apps) to help you get started.
We have a set of examples in our [examples repository](https://github.com/nitrictech/examples) to help you get started.

## Featured

Expand Down Expand Up @@ -37,14 +37,14 @@ We have a set of examples in our [examples repository](https://github.com/nitric
## Official Examples

- [Multi-cloud video game](https://github.com/nitrictech/nitric-multi-cloud-demo)
- [A auto-scaling postgres db with Neon](https://github.com/nitrictech/example-apps/tree/main/neon-tasklist)
- [A auto-scaling postgres db with Neon](https://github.com/nitrictech/examples/tree/main/v1/neon-tasklist)
- [Secure Realtime chat app using Websockets, Next.js, Nitric and Clerk](https://github.com/davemooreuws/nchat)
- [A simple CockroachDB API](https://github.com/nitrictech/example-apps/tree/main/cockroach-example)
- [OpenAI embeddings with Supabase](https://github.com/nitrictech/example-apps/tree/main/openai-embeddings)
- [Stripe Payments](https://github.com/nitrictech/example-apps/tree/main/stripe-payments/typescript)
- [Nitric with the Hono Web Framework](https://github.com/nitrictech/example-apps/tree/main/nitric-hono)
- [A GraphQL API that captures profile information](https://github.com/nitrictech/example-apps/tree/main/neon-tasklist)
- [Check the status of a websites availability](https://github.com/nitrictech/example-apps/tree/main/website-status)
- [A simple CockroachDB API](https://github.com/nitrictech/examples/tree/main/v1/cockroach-example)
- [OpenAI embeddings with Supabase](https://github.com/nitrictech/examples/tree/main/v1/openai-embeddings)
- [Stripe Payments](https://github.com/nitrictech/examples/tree/main/v1/stripe-payments/typescript)
- [Nitric with the Hono Web Framework](https://github.com/nitrictech/examples/tree/main/v1/nitric-hono)
- [A GraphQL API that captures profile information](https://github.com/nitrictech/examples/tree/main/v1/neon-tasklist)
- [Check the status of a websites availability](https://github.com/nitrictech/examples/tree/main/v1/website-status)

## Podcasts

Expand Down

0 comments on commit 6416502

Please sign in to comment.