Skip to content

Commit

Permalink
fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Aug 28, 2024
1 parent f87f1b3 commit a950078
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/learn/code/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 2

# Building Coworkers

ChatGPT popularized the chat interface as the application interface to interoperate with [LLMs](../concepts/llm), tools like MidJourney have also popularized through their use of Discord.
ChatGPT popularized the chat interface as the application interface to interoperate with [LLMs](../genai/llm), tools like MidJourney have also popularized through their use of Discord.

From an application development perspective, the simplest chat interface we can build relies on input / output functions provided by the language itself.

Expand Down
2 changes: 1 addition & 1 deletion website/learn/code/sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 6

# Generating Images

To generate images, you can use [stable diffusion](../concepts/sd.md) techniques with models like DallE, Flux, etc.
To generate images, you can use [stable diffusion](../genai/sd.md) techniques with models like DallE, Flux, etc.

## Flux

Expand Down
2 changes: 1 addition & 1 deletion website/learn/hal9/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The name defines the title for your chatbot and also the URL path used to access

The description field services two purposes. First, it is used when browsing additional details for your chatbot. Secondly, some templates use the description to customize the experience and the behavior of your coworkers.

For example, the description field might be used as the system prompt in some cases, see also [prompts](../concepts/prompts) concept section.
For example, the description field might be used as the system prompt in some cases, see also [prompts](../genai/prompts) concept section.

<center><a href="/create"><ThemedImage src="hal9-create-description" /></a></center>

Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { Floating } from '../components/floating.jsx';

# [Hal9](/): Effortlessly create AI coworkers

Our documentation can help you learn how to use and create coworkers using our [Hal9](learn/hal9/explore), using [code](learn/code) and important [concepts](learn/concepts) relevant in generative AI solutions.
Our documentation can help you learn how to use and create coworkers using our [Hal9](learn/hal9/explore), using [code](learn/code) and important [Generative AI](learn/genai) concepts relevant in generative AI solutions.

<div class="FloatingWrapper">
<Floating title="Learn" href="/docs/learn/hal9/explore">Learn how to use and create coworkers using our [product](learn/hal9/explore), [code](learn/code) and important [concepts](learn/concepts) relevant in generative AI solutions.</Floating>
<Floating title="Learn" href="/docs/learn/hal9/explore">Learn how to use and create coworkers using our [product](learn/hal9/explore), [code](learn/code) and important [Generative AI](learn/genai) concepts relevant in generative AI solutions.</Floating>
<Floating title="Reference" href="/docs/reference/code">Reference a comprehensive list of developer functions to code sophisticated generative AI solutions.</Floating>
<Floating title="News" href="https://hal9.com/news">Get updates on the latest product and code updates, subscribe for email updates.</Floating>
</div>

0 comments on commit a950078

Please sign in to comment.