Skip to content

Commit

Permalink
Merge pull request #313 from betwixt-labs/doc-fixes
Browse files Browse the repository at this point in the history
fix: github links in docs
  • Loading branch information
andrewmd5 committed Mar 12, 2024
2 parents 9c36983 + 8d91617 commit 2580d2d
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 2580d2d

Please sign in to comment.