Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: github links in docs #313

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/src/content/docs/tempo/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Tempo is the official RPC framework from Betwixt Labs built on top of Bebop to r
## 🎨  Design Decisions

Learn about the motivations and design choices behind Tempo, including:
- [Why We Created Tempo](https://github.com/betwixt-labs/tempo/wiki/Design-Decisions#why-we-created-tempo)
- [Schemas & Code Generation vs. the World](https://github.com/betwixt-labs/tempo/wiki/Design-Decisions#why-we-created-tempo)
- [More design-related articles...](https://github.com/betwixt-labs/tempo/wiki/Design-Decisions)
- [Why We Created Tempo](./faq/#why-we-created-tempo)
- [Schemas & Code Generation vs. the World](./faq/#schemas--code-generation-vs-the-world)
- [More design-related articles...](./faq/#the-right-abstraction)

## 🚀  Getting Started Guides

Find language-specific and platform-specific getting started guides below:

### Typescript
- [Getting started with Tempo in TypeScript](https://github.com/betwixt-labs/tempo/wiki/Getting-Started:-Typescript#getting-started-typescript)
- [Using Tempo with Cloudflare Workers](https://github.com/betwixt-labs/tempo/wiki/Getting-Started:-Typescript#using-tempo-with-cloudflare-workers)
- [Using Tempo with Node HTTP](https://github.com/betwixt-labs/tempo/wiki/Getting-Started:-Typescript#using-tempo-with-node-http)
- [Getting started with Tempo in TypeScript](./typescript/getting-started/)
- [Using Tempo with Cloudflare Workers](./typescript/cloudflare-workers)
- [Using Tempo with Node HTTP](./typescript/node-http)

### More languages and platforms coming soon...

Expand Down
Loading