diff --git a/docs/src/content/docs/tempo/index.mdx b/docs/src/content/docs/tempo/index.mdx index 2212c9a2..ab8bcbd1 100644 --- a/docs/src/content/docs/tempo/index.mdx +++ b/docs/src/content/docs/tempo/index.mdx @@ -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...