Skip to content

Commit 7e20db2

Browse files
Merge pull request #155 from MAYANK-MAHAUR/main
Fix: updated internal links for Docusaurus
2 parents 6ec87b3 + dc0292b commit 7e20db2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/intro.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gaia is a decentralized computing infrastructure that enables everyone to create
99
It allows individuals and businesses to create AI agents. Each Gaia node provides:
1010

1111
* a web-based chatbot UI [Chat with a Gaia node](https://rustcoder.gaia.domains/chatbot-ui/index.html) that is an expert on the Rust programming language.
12-
* an OpenAI compatible API. [See how](agent-integrations/intro) to use a Gaia node as a drop-in OpenAI replacement in your favorite AI agent app.
12+
* an OpenAI compatible API. [See how](/agent-integrations/intro) to use a Gaia node as a drop-in OpenAI replacement in your favorite AI agent app.
1313

1414
100% of today's AI agents are applications in the OpenAI ecosystem. With our API approach, Gaia is an alternative to OpenAI. Each Gaia node has the ability to be customized with a fine-tuned model supplemented by domain knowledge which eliminates the generic responses many have come to expect. For example, a Gaia node for a financial analyst agent can write SQL code to query SEC 10K filings to respond to user questions.
1515

@@ -21,27 +21,27 @@ Similar Gaia nodes are organized into Gaia domains, to provide stable services b
2121

2222
If you are an end user of AI agent applications, you can:
2323

24-
* [Find a list of interesting Gaia nodes you can chat with on the web, or access via API](./nodes).
25-
* [Use a Gaia node as the backend AI engine for your favorite AI agent apps](./agent-integrations).
24+
* [Find a list of interesting Gaia nodes you can chat with on the web, or access via API](/nodes).
25+
* [Use a Gaia node as the backend AI engine for your favorite AI agent apps](/agent-integrations).
2626

2727
### Node operators
2828

2929
If you are interested in running Gaia nodes, you can
3030

31-
* [Get started with a Gaia node](./getting-started/quick-start).
32-
* [Customize the Gaia node with a finetuned model and custom knowledge base](./getting-started/customize).
33-
* [Join the Gaia Protocol](./getting-started/register)
31+
* [Get started with a Gaia node](/getting-started/quick-start).
32+
* [Customize the Gaia node with a finetuned model and custom knowledge base](/getting-started/customize).
33+
* [Join the Gaia Protocol](/getting-started/register)
3434

3535
### Domain operators
3636

3737
If you are a Gaia Domain Name owner, you can
3838

39-
* [Launch your domain](./domain-guide/quick-start.md).
39+
* [Launch your domain](/domain-guide/quick-start)
4040

4141

4242
### Creators
4343

4444
If you are a creator or knowledge worker interested in creating your own AI agent service, you can:
4545

46-
* [Create your own knowledge base](./knowledge-bases).
47-
* [Finetune a model to "speak" like you](./tutorial/llamacpp).
46+
* [Create your own knowledge base](/knowledge-bases).
47+
* [Finetune a model to "speak" like you](/tutorial/llamacpp).

0 commit comments

Comments
 (0)